Adam Ehlers Nyholm Thomsen

Results 7 issues of Adam Ehlers Nyholm Thomsen

### Neovim version (nvim -v) 0.7.2 and 0.7.0 ### Vim (not Nvim) behaves the same? NA ### Operating system/version Linux NixOS ### Terminal name/version alacritty ### $TERM environment variable alacritty...

bug
api
rpc
ui-extensibility

First of all thank you very much for the nice vim plugin, it does everything it says. However I find myself wanting one additional feature: I think it would be...

enhancement

As mentioned in #754 I get a segfault on Windows when trying to use current master on Windows. **To Reproduce** So far the only way I have been able to...

bug
Windows

This is an attempt to fix #872, the interpretation of the row value of currentTooltip was inconsistent across the codebase. In this patch I try to fix the row value...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Use of the pydantic.mypy plugin to mypy makes mypy complain about generic models with a field...

bug V2

### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? We recently upgraded to conda 25.3.1 and...

type::bug
source::community

```python from __future__ import annotations from attrs import define from cattrs import Converter from cattrs.strategies import configure_tagged_union @define class Add: left: Expr right: Expr type Expr = Add | float...