Patrik Johansson
Patrik Johansson
Am I the only one that have noticed that Virtual Desktop Enhancer seems to hang a lot more ofte the last maybe 1-2 months forcing me to do a "Reload...
First of, great "application"! Is it possible to change so that the name of the desktop is displayed in the taskbar instead of the number? I'm guessing it should be...
Does not seem to be compatible with neither VS2017 nor VS2019.
Trying to run this with latest VS2022 Preview and getting this error. Not sure if it is related to my config or SDKs or similar having changed since the sample...
Current implementation seem to only allow fetching of specific tweets/posts, is there also a way of fetching all tweets/post from a specific account/user/handle instead?
Is there a reason why the parameters to the AddProductionEncryptionAndSigningCertificate() method are stored in code rather than in an appsettings.json etc? ``` PreConfigure(serverBuilder => { serverBuilder.AddProductionEncryptionAndSigningCertificate("openiddict.pfx", "XXXXXX"); serverBuilder.SetIssuer(new Uri(configuration["AuthServer:Authority"]!)); });...
It seems like the Dockerfile(s) created by ABP Studio do not work well with Visual Studio. In fact, for whatever reason, Visual studio does not even seem to recognize them...