Ilkka Poutanen

Results 19 comments of Ilkka Poutanen

Ah, actually that's not enough because `elixir_sense.py` also does some manual path building at https://github.com/slashmili/alchemist.vim/blob/35e7e3062d1661b1c081765ed05bd8f0f5265183/elixir_sense.py#L218 which doesn't work on Windows.

And now that I started drafting a PR to address this, there are even trickier bits like how one branch of `_get_tmp_dir` defaults to `/tmp/alchemist_server'. I guess it would be...

Just noticed that package-lock.json seems to be at version 1, is this project purposefully using npm 6.x? IIRC v2 came with npm 7.x.

Probably there could be a few different setups (new hotness mvp monolith, mature dockerized microservices, etc)? Best not to go into directory structures mostly I think because the chosen setup...

A thought: since these "war stories" are a new thing, what do you think about putting them in a .md file or a section of their own, and then linking...

I'd like to see something that clearly states that email alerts should be reserved for high priority, disruptive situations, and care should be taken to avoid false positives and to...

Just lost a good couple hours tracking down "why DNS doesn't work" when I should have known to look in the "always nil" first callback argument 🙄

Chiming in as a Vim user — elm-format is quite fast enough to format the entire file, _but_ sometimes I feel like "attaching" comments to blocks of code by having...

Fair enough :) I didn't know about `{-|` either, that makes things easier. Allowing line end comments would probably then solve all my problems. –Ilkka > On 14 Mar 2016,...

FWIW this happens with spacemacs + eshell + company as well, so it's not just an LSP thing