Gregory Oschwald
Gregory Oschwald
We just released 2.6.0 and it doesn't seem like they were created. Maybe we need to tweak our build matrix a bit.
Thanks. It [looks like you are right](https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/). I had no idea that `macos-latest` meant `macos-12`. :upside_down_face:
I don't know much about the new API, but could you use it currently with [`openBuffer`](https://github.com/maxmind/GeoIP2-node#using-a-buffer)?
Unfortunately, I don't think there is a quick fix to this. If I recall correctly, it is also a limitation of Java's memory mapping. We would probably need to store...
Given that all the MaxMind databases are well under this limit, it seems unlikely that we would implement this ourselves in the near future. The change will be at least...
We also ran into this when upgrading to 0.35. For us it is happening on Ubuntu 20.04 and 22.10 with Perl 5.36.0. The underlying reason appears to be that we...
I also tried using this with `helix` and similarly did not receive the expected diagnostics. Looking at `~/.cache/helix/helix.log`, I see errors such as: ``` 2023-10-25T20:10:42.888 helix_lsp::transport [ERROR] golangci-lint-langserver err
With a config similar to that, it seems to be working for me.
I've also run into this issue.
What [settings](https://github.com/oschwald/SublimeLinter-contrib-rustc#settings) are you using?