So1aric

Results 6 issues of So1aric

If set tab-width to zero, helix will crash (divided by zero). The error might occured from the helix-core/grapheme.rs. Although it's a bit weird to set tab-width to zero (or even...

C-enhancement

It will save newbie's life (like me !!!!!) I'm struggling with zig's build system, and if i make it, i would try to pr.

### Zig Version 0.12.0-dev.2063+804cee3b9 ### Steps to Reproduce and Observed Behavior build.zig snippet: ``` const glfw = b.dependency("mach-glfw", .{ .target = target, .optimize = optimize, }); exe.root_module.addImport("mach-glfw", glfw.module("mach-glfw")); const gl...

bug
zig build system

`shell_pipe_into_buffer` run a shell command which receive the selection as input like `shell_pipe` do, and open a new buffer to display its output. Following is a usage which cooperate with...

### Description ```typst #show heading: it => context { if here().page() == 1 { box([This is a custom header]) it } else { box([This is another custom header]) it }...

docs
feature request
diagnostics