Benoit de Chezelles

Results 154 issues of Benoit de Chezelles

Hello! I'm trying to watch a single file (`template-file.j2`) and run a command on change. I've tried: ``` watchexec -p -f template-file.j2 -- date watchexec -p -w . -f template-file.j2...

improvement

```c typedef struct my_opaque_t my_opaque_t; void my_func(my_opaque_t *obj); ``` Generates: ```cr alias MyOpaqueT = Void # first definition of `MyOpaqueT` fun my_func(obj : MyOpaqueT) type MyOpaqueT = Pointer(Void) # second...

the `c` repetition looks wrong.. --- also, it's quite hard to follow which `----` or `====` separates each examples and the before / after text state, I think it'd be...

Hello! While reading the lua source code around treesitter, I noticed the following: When parsing from an invalidated state, `tstree:parse()` returns the trees and the changes. https://github.com/neovim/neovim/blob/6cc6e11929ad76a2dc5204aed95cb9ed1dafde23/runtime/lua/vim/treesitter/languagetree.lua#L167 But when calling...

lua
treesitter

Plugin version: https://github.com/numToStr/Comment.nvim/commit/728f38ef5b9d77f310fc9d56f87582c24111f793 Using following config: ```lua require('Comment').setup { mappings = { extended = true } } ``` Given some file `foo.c`: ``` abc ``` With the cursor on the...

With the [deprecation](https://github.com/rebelot/heirline.nvim/issues/17#issuecomment-1233134241) of the method `pick_child_condition`, I have a usecase I'm not sure how to do anymore. I have a component that is marked as fallthrough, and that itself...

When we do: `crystal build hello.cr --emit llvm-ir --no-codegen` It'll not generate the `hello.ll` file even though it was asked for. This is because the emit options are handled all-in-one-place...

kind:bug
topic:compiler

_it is something I mentioned in #398, but was not covered by any discussion, re-posting here to trigger potential discussion_ **Is your feature request related to a problem? Please describe.**...

enhancement
pinned

**Is your feature request related to a problem? Please describe.** When looking up documentation for fast_wrap I only see the example config in help, but no explanation of the options...

enhancement
pinned

Around a corner of the internet I landed on: Repo: https://github.com/djkoloski/rust_serialization_benchmark Website: https://david.kolo.ski/rust_serialization_benchmark/ And I was surprised to not see `chumsky` yet, and I think it should definitely be there...

help wanted