So here's our setup. we have Angular web app Identity server API (ASP.NET Core 6, duende identity server) Identity server config in Program.cs: builder.Serv
I am trying to get the index for a value in a specific column of my DF that is variable and must have spaces in it. I do not have control of the name of this co
I would like to convert from an image (like jpg or png) to PDF. I've checked out ImageMagickNET, but it is far too complex for my needs. What other .NET solu
How do I add tab completion to my Python (3) code? Let's say I have this code: test = ("January", "February", "March"...) print(test) answer = input("Please se
See the following code snippet: (IEnumerable<object>)new Dictionary<string, string>() The above cast will throw an invalid cast exception. Actua
I'm trying to upload image to server in react native but rather than uploading image itself its uploading the local url of image which is stored in emulator o
I want to show an svg with a transparent background on jupyter, currently I do this: display(SVG(image_path + ".svg")) Which results in: But I want the backgro
I am trying to load a Visual Studio solution with .NET v4.6 projects in VS2013, but it tells me that I do not have this installed on my computer. Which makes