Ian Johnson
Ian Johnson
For what it's worth, it's already pretty straightforward to detect comments in an `Ast`: https://github.com/ziglang/zig/blob/2252dcc508c53dc302ec1f919c4792a7f00ce125/lib/std/zig/render.zig#L3094-L3157 The space between two adjacent tokens consists of either whitespace or comments, and Zig only...
For the monorepo use-case specifically, one scenario that isn't handled well by `anonymousDependency` is sibling packages: if I have a monorepo with two package directories `core` and `extra`, and I...
That's a good question; I haven't specifically tried the algorithm with voice input, since my original (and primary) use-case for myself was for tuning a string instrument, and it seems...
I'm by no means an expert in audio processing, but there are at least a few things you could try to avoid that (which the [playground page](https://ianjohnson.dev/pitchy/playground.html) will let you...
Great! I'm glad you found a solution that works for you and that the library has been useful.
This is the stack trace I get with a debug build of Zig 0.12.0-dev.2063+804cee3b9: ``` thread 573250 panic: attempt to unwrap error: ModuleNotFound /var/home/ian/src/zig-worktrees/mach/src/Module.zig:3906:9: 0x1b170e3 in importFile (zig) return error.ModuleNotFound;...