Adam Ehlers Nyholm Thomsen
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...
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...
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...
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...
### 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...
```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...