Ivan Smirnov
Ivan Smirnov
Currently, to easily create a `Dataset` from an existing numpy recarray (not a `DataArray`, which is currently bugged anyway with recarrays due to #1434), I couldn't find an easier way...
## Summary (Related PR: #13438 - would be nice to have it merged as well since it touches on the same globwalker code) There's a few issues with `cache-key` globs,...
## Summary There's some inconsistent behaviour in handling symlinks when `cache-key` is a glob or a file path. This PR attempts to address that. - When cache-key is a path,...
### Feature Description Apologies if I'm missing something in the docs, but I couldn't quite figure it out so far: in nvim-cmp if there's a symbol (in Python) called `NotImplementedError`...
Traced it down to gitsigns via profile.nvim: Closing buffer:  Snacks picker:  Default gitsigns config (coming with [lazyvim default config](https://www.lazyvim.org/plugins/editor#gitsignsnvim), I believe). Didn't happen previously and started at some...
## Description Inline viewport resizing doesn't seem to behave well (as been also pointed out by @joshka in https://github.com/ratatui/ratatui/pull/1964#issuecomment-3138834123 in the context of inline viewport resizing PR). ## To Reproduce...
I've tried modifying the `editor.rs` example to add the very common vim pattern of mapping esc to a jk/jj/fd/etc that are pressed fast enough one after another. It was surprisingly...