Bertrand Bonnefoy-Claudet
Bertrand Bonnefoy-Claudet
Actually this doesn't seem to be related to a particular entry point. I can't really manage to make it work at all with containers.
I think it's caused by the pyls-mypy plugin. See the issue I reported there: https://github.com/tomv564/pyls-mypy/issues/36.
I do have a compiler in my `PATH` but that doesn't help: I still get a DLL `ujson.cpython-37m-x86_64-linux-gnu.so` dynamically linked to `libpython3.7m.so.1.0` which isn't found. However, if I use `pip...
> One other way to use PPX linters would probably be to consider them normal preprocessors (using the (preprocess (pps linter)) stanza) and to see the possible warnings captured by...
Thank you, it makes a lot more sense to me now. If I understand correctly, Dune lets the user choose between applying a PPX as part of the compilation (with...
Is this issue present in 0.21.0? 0.9.2 is quite an old version.
It actually occurs a few times on that page.
To be honest, I have mixed feelings about adding options to formatters (maintainability, fragmentation of the community). Even if this is rejected, I hope it will shed some light on...
> An interesting thing that prettier does, is that it doesn't have spaces around array braces, but does in object braces (to be fair, maybe because they are 2 different...
> Either running from a script, or from the command line, it doesn't accept any pathnames as valid arguments I think `dotenv list` is right in refusing to work with...