Rémi NICOLE
Rémi NICOLE
If this helps, a while ago I implemented a variant on the language in the [Modern Compiler Implementation](https://www.cs.princeton.edu/~appel/modern/) with lalrpop. The language is very ML-inspired, expression based, and contains exactly...
I have a similar issue of having parsers in my `ensure_installed` config, and nvim-treesitter will try to install them, report that it successfully installed them, but `:TSInstallInfo` reports that they...
I'm personally using a combination of Nix-configured neovim (for parsers that are available in nixpkgs), and config in `~/.config/nvim` to have a faster edit cycle on my own nvim plugins...
Welp, for some reason I thought I was on the nixpkgs bug tracker, sorry about that ^^'
No worries, I think lots of Nix users are quite used to that, and will normally report these kind of issues in the Nix packages repo. Sorry again for the...
Although, one sanity check that could be done, is to check that `stdpath("data") + "/site"` is in `runtimepath`. It might save some trouble outside of Nix users too
A nice way would be to parse rc's builtin json output using the `--json` flag, but I don't know about doing that in ViML, and some commands doesn't seem to...
I can confirm that scrobbling to ListenBrainz using the server-side [Jellyfin ListenBrainz plugin](https://github.com/lyarenei/jellyfin-plugin-listenbrainz) has the same behavior: while playing it shows up, but finishing the music doesn't permanently add it...
Hey! I had this exact same issue before with sway 1.4, but it went away on its own, I'm guessing with a dependency upgrade.
So I tried testing this PR with my config for my PPC64 big-endian acquisition cards, and gcc fails to build with this error: ``` configure: error: Configuration option --with-long-double-format is...