Samuel Pilz
Samuel Pilz
It intrigues me how indenting of arguments work in hindent. The following snippets are already formatted with hindent 5.2.3 and I have no way to hint it to other formatting...
I would like to package the `hie` binaries with some linux package managers (maybe starting with by distribution archlinux and put the package `haskell-ide-engine-bin` on the `aur`) I am not...
I did a review of the url-api. My motivation is that I did not understand how this module is intended to be used and saw an opportunity to improving discoverability...
As I can see, there is no documentation that presents the effects implemented in this package in Detail and presents usages. Sure, there is an Example module but I did...
Hi, I have the usecase where I need to iterate primes of a sieve in descending order starting from some upper bound. This example prints all primes below 100 in...
Trying to minify this snippet: `::after { content: ";"; }` fails with the error:The following snippet: `MError { message: "Invalid block at line 1", error: "\"::after { content: \\\";\\\"; }\""...
This crates docs for [`LineColumn`](https://docs.rs/proc-macro2/latest/proc_macro2/struct.LineColumn.html) say that the column is 0-indexed. The docs for [`proc_macro::LineColumn`](https://doc.rust-lang.org/proc_macro/struct.LineColumn.html) say that the column is 1-indexed. As far as I can see, this is a...
Hi, This is Extension is really useful. I use a non-microsoft-branded version of vscode. My vscode uses the marketplace OpenVSX (I just found out). Could you consider publishing this package...