Results 24 issues of Karl Seguin

I couldn't find this behavior documented anywhere. The documentation says that the fallback should only be executed "on cache miss". This doesn't seem to be the case though. Obviously it...

question
discuss

If I know the pid of a process, is there any way for me to jump directly to it? Without having to search through the list? I was thinking entering...

Move the control API shared between Cache and LayeredCache into its own struct. But keep the control logic handling separate - it requires access to the local values, like dropped...

Would like to pass command line arguments to nim, specifically `--threads:on`

I probably missed a lot of places, but I tried to stick to code that kind of made sense to me. Initially spotted this in mem.eql and the performance difference...

### Zig Version 0.11.0-dev.1884+2641feb9b ### Steps to Reproduce and Observed Behavior Hi, A little out of my depths. First time trying to compile and run zig. I feel like I...

bug

### Zig Version 0.11.0-dev.3295+7cb2e653a ### Steps to Reproduce and Observed Behavior 1. Start a new project using `zig init-exe` 2. Make a slight modification to build.zig: ```zig pub fn build(b:...

bug
zig build system

I was getting an endless loop under the simplest of conditions (so simple that I might have been doing something stupid and this fix is completely off-mark). Looking at the...