Andreas Knöpfle
Andreas Knöpfle
To me it looks more like chrome crashes and less like it is not found, since I would expect a different error in that case (maybe experiment by setting the...
I can confirm this happens already since quite a while for me. But chances for this to happen are so rare that it is really hard to say if things...
> How do I enable format-with-lsp-mode to true everywhere by default? I guess you just need the `+lsp` flag for the onsave format. ``` (format +onsave +lsp) ``` I haven't...
I think the issue is that apheleia uses `mix format --stdin-filename -` and feeds the output back into the file. But when deps are not compiled yet `mix format` runs...
I created a PR for `aphelia` in order to run the compilation in quiet mode: https://github.com/radian-software/apheleia/pull/326
> Getting the same issue with Elixir files Are you already on the latest doom? The patch for aphelia landed in 4.3, which was bumped in doom 3 weeks ago...
> I fixed it with `(format +onsave +lsp)` but I think it should not happen even without it, right? Ideally it should not happen anymore. So for you still compile...
> Hello both, > > thank you for the information. Unfortunately, I don't have much time to look into it further. But considering there are possibly related [active issues](https://github.com/SeleniumHQ/selenium/issues/14457) in...
Sure. Feel free to open a PR. Looks to me as it shouldn't be all too hard to do, since it only requires changes around [here]( https://github.com/bitcrowd/chromic_pdf/blob/main/lib/chromic_pdf/pdf/connection/inet.ex) and [here](https://github.com/bitcrowd/chromic_pdf/blob/main/lib/chromic_pdf/pdf/connection.ex) I...
> What do those other tools you mentioned look for? It seems that the gitlab-jira integration (built into gitlab) is fine with `[EW-123]` but breaks with `[#EW-123]` for example. As...