Asti
Asti
Abel, I can't repro this. I'll reach out to you on Slack.
Formatting a selection is a bit of a known issue for Fantomas. This is the output I get back from Fantomas LSP:  I think @nojaf might already be aware...
> It wouldn't be so hard to do by combining code in this SDK and use this to do rest: > http://www.fssnip.net/7SQ/title/Visual-Studio-2017-extension-Displaying-Light-Bulb-Suggestions- Suggestions API isn't too bad, but the tagging,...
Thank you for the prompt response. I think Step 1 would be to either refactor FSharpLint to the analyzers SDK, or create a facade.
@dsyme Can we have fixes as lazy (similar to FSharpLint)? ``` type Message = { ... Range: Range.range Fixes: lazy Fix list } ``` Fixes are only needed when a...
Turns out their wiki page is updated more frequently. https://en.wikipedia.org/wiki/2020_coronavirus_pandemic_in_Maharashtra
You navigate to the target folder where you want your certs to be generated and type in `openssl-wizard`.  or just type it into explorer.  Perhaps I should add...
Hey @owingruters, does this answer your question?
It does look there are ways to run a netcore WPF app in Wine (https://ccifra.github.io/PortingWPFAppsToLinux/Overview.html), but considering the setup it takes, it might be easier to write a cross-platform version...
I see, I mainly wanted it to be compact. Otherwise there would be a lot of empty space in page where there isn't much content. I can make it resizable....