Meligy
Meligy
I have loaded the tool and after a while was having some heat and battery issue which I wasn't sure if related. I tried SMC and PRAM reset as I...
Hello, I was playing with TypeScript 4.8, and after hitting https://github.com/reduxjs/redux-toolkit/pull/2547 and [working around it](https://github.com/reduxjs/redux-toolkit/pull/2547#issuecomment-1203627043), it seemed that code generation also failed. I found that I was still using `@rtk-incubator/rtk-query-codegen-openapi`,...
Hello, Would it be possible to have a version of this that works with VS Code? It needs it even more than full VS. Thanks heaps.
If this is possible, we'd get a lot of benefits: - C# integration via the C# extension itself - We might not need anything special for MSBuild - Possible support...
When I set `"omnisharp.useModernNet": true,` and restart VS Code I get an error: ```log Unhandled exception. System.BadImageFormatException: Could not load file or assembly '/Users/meligy/.vscode-insiders/extensions/ms-dotnettools.csharp-1.24.0/.omnisharp/1.38.1-beta.63-net6.0/OmniSharp.dll'. An attempt was made to load...
This string: ``` أنا عربي ``` is in Arabic (it says 'I'm Arab'), and does not seem to work as in: http://jsbin.com/ifiyit/6/edit The result of calling JavaScripts native `escape()` passing...
By checking the code, there was a reference to version as 1.9.0pre. Is there a plan to upgrade to 1.9.2? Or is there an easy way to do it myself?...
This might not be a problem for this extension itself, but it's an interesting question for those trying it. I wanted to see what it gives by itself, so, I...
Hello, For the `ExchangeService` class, are you supposed to create a new instance whenever you need it, or should you try to reuse the same instance whenever possible? For example,...
1. Create new empty ASP.NET MVC solution 2. Get RequestReduce.SassLessCoffee 1.8.73 from NuGet 3. Under "Content" create variables.less file with following in it: ``` @main-color: blue; ``` 1. Under "Content"...