Results 5 issues of Owen Healy

It would be useful to be able to customize the `PYTHONPATH` used by `pylint` on a per-project basis. I found a work-around, although it is somewhat circuitous. First, I created...

This is silly of me, but I spent some time thinking I had to add a "`rust.`" prefix to the settings listed in the README because it says "These options...

`lxdui` has an explicit build dependency on `pyyaml` 3.11. `pyyaml` 3.11 cannot be installed on Python 3.10 due to a change in the Python development headers: ext/_yaml.c:20800:21: error: ‘PyThreadState’ {aka...

Everything runs fine on Linux ARM with the exception that the server does not use the correct analysis binary. A [change is needed to the server](https://github.com/ellbur/rescript-vscode/commit/737a6a47df317eeca7f5a815507d6936b6415baa) to select a different...

For some reason, on my setup, the following code results in the wrong paths: let g:rescript_bsc_exe = getcwd() . "/" . l:res_bin_dir . "/bsc.exe" let g:rescript_bsb_exe = getcwd() . "/"...