Jérôme MEVEL
Jérôme MEVEL
Pinebook Pro user here. I understand the Omnisharp extension can only run on an official VS Code build. Things are moving because very recently Microsoft announced the official Windows ARM...
> If you are launching that by clicking the link in the preview pane... that is a bug fixed for 2.7.4 Not sure exactly what bug is mentioned here. I'm...
I too am facing this issue. @jwallet you can reproduce this bug with this album: https://open.spotify.com/album/3dPtahH1qEgcBi1Q7YwNSM?si=f17dMYWeTJmvenAEtvRpDg
Ho thanks @dzirkler, it means I can do this on Bash on Windows 10 that's cool. Unfortunately the issue still exist for build machines...
What's the point of having a really nice `Plugin Hub` if this kind of issue stays open for more than a year? Seriously every time I want to install a...
Hi, same issue happened to me today both with KeePass and KeePass2Android. However KeePassXC was still able to open my database. Try changing your database's master password using KeePassXC and...
> @Almamu You might be on to something. I encountered the error after juggling between KeeWeb and KeePassXC while evaluating the latter. Prior to that, I had been using KeeWeb...
> again: if there is a way to reproduce this using KeeWeb or any other tool, please let me know or share a demo database with this behavior. I actually...
> see '_NewtonSoft.JSON Support_' > here: https://dotnetcoretutorials.com/2020/01/31/using-swagger-in-net-core-3/ > > `Install-Package Swashbuckle.AspNetCore.Newtonsoft` > ... > `services.AddSwaggerGenNewtonsoftSupport();` I think you misunderstood my issue, I don't want to use NewtonSoft, I'm trying to...
> Yes I am seeing the same thing, i.e. that the attribute for System.Text.Json (not Newtonsoft) with [JsonConverter(typeof(JsonStringEnumConverter))] is not taken into account > > **Update:** added this to Startup.cs...