Louis Vignoli

Results 10 issues of Louis Vignoli

Adds the new keyword parameter `decimals` to `get_traps_from_coordinates`. Also, renames the associated constant to make it clear it specifies a number of decimals.

enhancement

### Check for existing issues - [X] Completed ### Describe the feature Vim stores the entire edit histories of buffers. Plugins such as [undotree](https://github.com/mbbill/undotree) allow to visualize them (see UI...

needs infrastructure

### Description Currently there are only two ways to create a `datetime`: `datetime.today()` and the `datetime()` constructor taking year, months, days, hours, minutes, seconds. These are handy for human operator,...

feature request
scripting

The `accent` function and accent calls like `macron(A)` or `tilde(A)` are not supported. This is true both in Obsidian and on https://0xpapercut.github.io/wypst/. Error: ```text RuntimeError: Unreachable code should not be...

Is there any feature planned similar to the preamble one of [obsidian-typst](https://github.com/fenjalien/obsidian-typst?tab=readme-ov-file#preambles)? My use case is to add the [physica](https://github.com/Leedehai/typst-physics) package, required for most of the math in physics. Thanks...

Hello! I would like to highlight package identifiers in package qualified function calls. Using this grammar, what would be the correct query to do so? Is it even possible with...

Also known as spider graphs. In short: - shape is too sensitive to the axis ordering - plotting more than one series is not readable - the area scaling is...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Project symbol search (`cmd+T`) returns no symbol at all. Outline and outline...

defect
workspace
language
language server
zig

Currently, [rule groups](https://github.com/IndianBoy42/tree-sitter-just) are not supported and even produce a parse error, — breaking any highlighting based on it. Example: ```just [group('python')] fmt: ruff format || true ``` ![Capture d’écran...

## Is your feature request related to a problem? Please describe. In a small terminal windows, the help footer overflows quite a lot on the right. This happens a lot...