Jason Landbridge
Jason Landbridge
So there are multiple issues at play here which some have been fixed in: https://github.com/PlexRipper/PlexRipper/releases/tag/v0.24.0 (clear the `/config` folder just to be sure) - Libraries being mixed up, this is...
> When a download connection is interrupted, then it should retry later on and wait until the connection is resumed. This is something i will work on now, but its...
Yes, this has now been fixed!
@James-Laidlaw , thank you so much! The fix is great and works as advertised!
A workaround, or how it has traditionally been done: ```csharp public class BaseClassConfiguration : IEntityTypeConfiguration { public void Configure(EntityTypeBuilder builder) { builder.UseTpcMappingStrategy(); builder .Property(b => b.JsonProperty) .HasConversion( x => JsonSerializer.Serialize(x,...
@pgolinski see this workaround: https://github.com/dotnet/efcore/issues/28443#issuecomment-2027749257
> But if I'm copying from Windows I can see the clipboard content to my Linux PC. Yes good point! I forgot to mention this, and I have the same...
@EasyNetDev In my case I believe this started happening right after my last pacman upgrade. I've updated the OP with my pacman upgrade logs. Have you upgraded anything similar? Like...
Thank you, starting Rustdesk with `env GDK_BACKEND=x11 rustdesk` helps for now. It's unfortunate I can't use Wayland until this is fixed
Has been fixed in dev release: https://github.com/PlexRipper/PlexRipper/pull/467