PgBiel
PgBiel
Closes #2153. In principle, a very simple implementation: I created `Action::SelectAll`, which is reacted to by moving the selection to the start and the cursor to the end of the...
Adds the equivalent of Typst CLI's `--font-path` option to the LSP. (I recommend merging #359 first if possible, as it will require a few changes to this PR when merged,...
**Is your feature request related to a problem? Please describe.** Some rather simple and not so uncommon operations involve raising a number to a certain power. One example is for...
Fixes https://github.com/gleam-lang/gleam/issues/3252 The main implementation is mostly done. All that is left is: 1. **DONE:** For `selection_range`, I imagine that the correct range would be one pointing to the identifier...
Closes #352 Adds line numbers. The feature is still WIP (see the TODO at the bottom). Opening this PR to share a bit of the initial progress for now. ##...
**UPDATE (2024-08-06):** After lots of discussion (internally, over Discord etc.) regarding not only the ideal syntax for annotations, but also the potential use cases for warn suppression, we've decided to...
### Description Currently `type(none)` displays as `none` when debugging, which can be confusing (see https://discord.com/channels/1054443721975922748/1177092810176987291/1177092810176987291 ). Same goes for `type(auto)`, which displays as `auto`. I propose we change it to...
Since Nix 2.24[^1][^2], one may write `:doc some-function` on the Nix REPL (invoked by `nix repl`) to obtain a function's documentation, specified through a docstring in the format specified by...
That is, support ``. This is supported by the JS and Erlang targets, but not by the Nix target. We'd likely need a manual implementation of float bytes conversions.
What do we need for a v1 release? 1. Git dependencies (blocked by upstream https://github.com/gleam-lang/gleam/issues/1338) 2. Requirement overriding (blocked by upstream https://github.com/gleam-lang/gleam/issues/2899) - We currently work around this using local/Git...