Paul Adam

Results 12 issues of Paul Adam

**This bug report proposes a clear FIX. However it does not propose the implementation to do it.** # System Info - Sofware : Fedora [Asahi Linux](https://asahilinux.org/) - Hardware : Macbook...

bug

- [ ] handle error nodes from tree-sitter should make hyperAST bijective even for bad code - missing `Node::is_missing` - error `Node::is_error`

enhancement

At the end of the readme there is a link to see the LICENSE : I am using firefox and seeing this file on github. The link redirected me to...

Here is my config for the LSP in neovim in init.lua. ```lua { "neovim/nvim-lspconfig", dependencies = { "kevinhwang91/nvim-ufo", { "j-hui/fidget.nvim", opts = {} }, { "folke/neodev.nvim", opts = {} },...

documentation

How hard will it be to change the syntax to also works with Typst ? (having a option in the plugin to choose typst or Latex to render) It will...

enhancement

## Description This is a feature that has been proposed for the next release of ratatui (0.30.0) [here](https://ratatui.rs/highlights/v029/). > Future versions will enhance border drawing by combining borders to handle...

## Problem The data structure for the box-drawing characters are pretty flat (all of the character are defined using constant). With the add of all of the box characters that...

Type: Enhancement

## StatefulWidget seems redundant with a Rust pattern useful with Widget Trait The StatefulWidget trait takes into argument the state : ```rust pub trait StatefulWidget { type State; fn render(self,...

Type: Enhancement

This link present on the website does not work : ``` https://github.com/cetz-package/cetz/blob/master/gallery/barchart.typ ``` Here is the context where we can reach this link : (button of the barchart example on...