ohmree
ohmree
I get a similar error, I built ccls in msys2 (installed using scoop) according to the instructions and it went fine It even starts properly in the msys2 mingw64 terminal,...
> Thanks for the detailed issue—these are quite tricky bash idioms so they might not translate very well Fair enough, I can definitely see how some of these can be...
The above solution didn't work for me since fish chokes on POSIX-style variable definitions (not if you export them first though, which could also be a solution but would require...
I do think a better solution would be to generate a separate file for fish, I've had a brief look at the code but couldn't find where exactly this happens...
I found [this](http://privatemisc.blogspot.co.il/2013/01/pdcurses-win32a.html) and will try to get it working tomorrow (enough windows-library-hunting for today)
I'd also like to know this, the current behavior of `extract` requires me to enable `unsafe-inline` for loading of styles in my single-page app and the current behavior of `inject`...
> [On Windows PATH environment variable should contain path to sqlite3.dll.](https://common-lisp.net/project/cl-sqlite/)
I would like something like this too. On Linux I remap caps to escape if it's pressed for a short time and ctrl if it's held down and I'd like...
Now that direnv can load `.env` files it's really annoying to see an error each time I `cd` into a project that uses another dotenv solution. The presence of a...
I'm also trying to use Bracket (the default GL backend) with Bevy and it just opens a non-responsive window. I think it's because the `main_loop` code does some backend-specific initialization...