Ivan Smirnov

Results 117 issues of 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...

topic-documentation

## 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,...

bug

### 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`...

feature
fuzzy

Traced it down to gitsigns via profile.nvim: Closing buffer: ![Image](https://github.com/user-attachments/assets/9e406625-011d-4eff-8e3d-819724295ed4) Snacks picker: ![Image](https://github.com/user-attachments/assets/47580874-d9dd-4764-90b5-b2f942a7d4b9) 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...

Type: Bug

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...