Marek Fajkus

Results 101 comments of Marek Fajkus

I think this issue can be closed. node2nix doesn't rely on python2. it's upstream nodejs and packages that depend on gyp that depend on it.

For me even: ``` hello subscript ``` gets always wrapped into like `subscript`

Hello. I would like to use vouch-proxy but seeing this open since Aug 12, 2020 is sort of blocking for me. Is there any plan on how to address the...

btw also if anyone has even the dirtiest workaround of how to make this work in worst possible way please I would like to hear it. Otherwise it's not possible...

I did not read the discussion on discourse so apologizes if I'm repeating something from there. With this proposal I wonder what you would expect for this code to produce:...

I wonder does the multi-line version that passes type check work in the end? I remember that because of what list literals compile to they can actually stack overflow for...

I wonder what is the status of 2.0. I use nixops to deploy my vps. up to this point there were not really any critical things that made me worried...

I agree with @stoeffel. The problem is the need for sudo. Seems that npm itself runs as root and therefore has write access to a directory but [npm scripts](https://github.com/stoeffel/elmi-to-json/blob/master/package.json#L7-L8) must...

@dptole I believe this can be fixed by adding `elm-test` to projects dependencies (`package.json`) and using `npx elm-format` or calling bin within node_modules `./node_modules/.bin/elm-format`.

I think your points makes sense. The option with collecting warning sounds like the most robust way to go as it would give simple and close to spec defaults as...