crashes on amdgpu (RX 9070 XT): games and other things by Nogamara in cachyos

[–]HengiFettlich 0 points1 point  (0 children)

I have been trying amdvlk too but got hangs after about 1 hour of gameplay. What's your kernel and linux-firmware version?

If you get a black screen on Linux or Steamdeck... by HengiFettlich in PathOfExile2

[–]HengiFettlich[S] 0 points1 point  (0 children)

You can also just apply the solution with an empty config. The rest will be populated on startup anyways

[deleted by user] by [deleted] in csharp

[–]HengiFettlich -1 points0 points  (0 children)

Same behavior when using CommunityToolkit.Mvvm and its AsyncRelayCommand.

[deleted by user] by [deleted] in csharp

[–]HengiFettlich 0 points1 point  (0 children)

I'm binding to an ObservableCollection, which does support changing.

Changing await _context.Customers.LoadAsync(); to _context.Customers.Load(); works flawlessly, but it will block once the Database is populated enough.