Nerijus
Nerijus
Hi, I have tried to implement autocomplete widget and there is a problem with input's caret positioning. When you assign _oninput_ event and fire it on each character change, sometimes...
Is there any reason why you use Pydantic internally? Compared to attrs+cattrs it's at least 5 times slower and doesn't provide any benefits. https://stefan.sofa-rockers.org/2020/05/29/attrs-dataclasses-pydantic/ https://threeofwands.com/why-i-use-attrs-instead-of-pydantic/
After 27bc575d1ef83fa3260c0b56cf60f3496cfab68d commit, replace behavior no longer works with Pyright LSP server when confirming entries that have auto imports. Instead of replacing text, it behaves like insert. Without auto imports,...
When I use the plugin together with `m-demare/hlargs.nvim`, the parameter blending does not work. Maybe it would be possible to somehow override hlargs highlighting?
Hi, when string fields in model data contains control characters (e.g., \x02, etc.), these characters are written to the XML output. However, such characters are not valid in XML documents...