Benoit Giannangeli

Results 151 issues of Benoit Giannangeli

I don't really see why it's needed? `Platform.isIOS` exists without it https://api.dart.dev/stable/2.14.4/dart-io/Platform/isIOS.html

Don't merge this yet. The following is panicking, I don't really know how to debug this @SnowballSH ? ``` Avalanche Compiled at 2024-04-25-13:52 by Yinuo Huang (SnowballSH) go info depth...

### Summary When an inlay hints takes several lines, the current line highlight is off by that amount of lines. ![Screenshot 2024-06-11 at 08 02 22](https://github.com/helix-editor/helix/assets/584398/1c63e91e-8801-41d1-ae00-87641fffe8ff) ### Reproduction Steps _No...

C-bug
A-helix-term

### Zig Version 0.14.0-dev.121+ab4c461b7 ### Steps to Reproduce and Observed Behavior `std.process.Child.run` crashes, only in `ReleaseFast` mode, when trying to close `/dev/null`. Here how i'm using it: https://github.com/buzz-language/buzz/blob/execute/src/lib/buzz_os.zig#L192-L273 Here's the...

bug
standard library

This would remove some ambiguities in the language grammar and force user to explicity choose between `var` and `const` when declaring a variable.

language

Provide C header file for buzz_api

std
contributor friendly

REPL completion (requires raw mode etc.)

REPL

Handle multiline REPL input in the wasm repl: - [ ] Do [the work](https://github.com/buzz-language/buzz/commit/dfbf000ce7f77973557721eaf12fc4a674e67719) in [wasm_repl.zig](https://github.com/buzz-language/buzz/blob/main/src/wasm_repl.zig) - [ ] Handle the prompt changes on the [web side](https://github.com/buzz-language/buzz-lang.dev/blob/main/docs/repl.md?plain=1#L87)

contributor friendly
REPL
wasm

There's room in a boxed nan to fit more a i48 integer rather than a i32

language
compiler

Produce an executable for a given script. - Could we do this with MIR still? - LLVM? - Separate executable `buzzc`? We would still use buzz state and stack in...

compiler
proposal