Asti

Results 78 comments of Asti

Formatting a selection is a bit of a known issue for Fantomas. This is the output I get back from Fantomas LSP: ![image](https://user-images.githubusercontent.com/2375486/173226329-a633128a-6454-487d-a8b0-2a798b7c7d56.png) 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`. ![image](https://user-images.githubusercontent.com/2375486/102204850-5f7c8000-3ef0-11eb-944a-44f6be434a4b.png) or just type it into explorer. ![image](https://user-images.githubusercontent.com/2375486/102204936-7e7b1200-3ef0-11eb-8624-703d7840f738.png) 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....