Utkarsh Gupta
Utkarsh Gupta
Working for crates.nvim. But I noticed that it isn't working for marksman: ``` 11:27:23 msg_show.echomsg NvimLightbulb.debug({ action_kinds = { "quickfix" } }) [Configuration] { sign = { hl = 'LightBulbSign',...
Here's my config: https://github.com/utkarshgupta137/nvim-lazy/commit/1753b4ba103cf87121678badd4891531e0787b95
Disabling `marksman` works for me. Thanks for your support!
Not sure if this is part of this issue, but aarch64 has bf16/svebf16 features, which are currently not used by this crate?
@laysakura ping
I believe this is caused by [this](https://github.com/pola-rs/polars/pull/13882/files/c51d6ef8b5bd32d1d40cfbdc9df0f2fedfeb9e8f#diff-6702228d62eafadc8bbbc7cf4cc28b4d7fffc7d04780bd9a074ac509136a0704) change. cc: @ritchie46
> We forked arrow for our needs. We don't want to support mutable dictionary keys we don't use. We want to keep our binary size in check. Ah, fair enough....
> Hi, thanks for the PR. Some questions before I take a closer look: > > * In the base configuration (if no XDG variables are set), will this use...
Fixed & test on Windows: ``` PS C:\Users\Utkarsh Gupta\Downloads\tealdeer-main> ..\tealdeer-windows-x86_64-msvc.exe --show-paths Config dir: C:\Users\Utkarsh Gupta\AppData\Roaming\tealdeer\tealdeer\ (OS convention) Config path: C:\Users\Utkarsh Gupta\AppData\Roaming\tealdeer\tealdeer\config.toml Cache dir: C:\Users\Utkarsh Gupta\AppData\Local\tealdeer\tealdeer (OS convention) Pages dir: C:\Users\Utkarsh...
I should mention that is weird that app_dirs2 uses the same location for cache & user data. The popular [`directories`](https://github.com/dirs-dev/directories-rs#projectdirs) and most of its clones put the data & config...