Clément Bœsch
Clément Bœsch
### Language server Any ### Requested feature Would it be possible to have access to the default suggested key-mappings as an option? I kind of understand why they are not...
So I know an issue about this topic was raised in the past (https://github.com/Pomax/BezierInfo-2/issues/30), but I'd like to bring it back on the table again. The signed distance from an...
## PR Summary Currently:  Proposed:  ## PR Checklist **Tests and Styling** - [ ] Has pytest style unit tests (and `pytest` passes). - [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/)...
### Problem There are a lot of proposed styles on https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html but most of them are light theme: a single dark theme exists against almost 30 light, and let's be...
With a large number of layers, every new keyframe addition makes Sozi much slower. Attached zip contains a pathological svg with 270 layers (this is actually the number of layers...
`apitrace leaks` does not exit on error, which makes it tricky to use in automation context.
`apitrace leaks` doesn't support: - Queries - Shader - VertexArrays And maybe more which I missed. Note that `Queries` and `VertexArrays` do have a symmetrical `Gen` function, but not `Shader`.
Example code: ```c #include struct int_def { const char *s; const int ints[]; }; static const struct int_def my_ints = { .s = "my ints", .ints = {0, 3, 7,...
The current build system is unusable for any packager because of the hard ties with its third parties. The work of the packager is usually to build separate controlled packages...
It looks like this code is relatively stable: any reason not to submit it upstream to vim?