Zelnox

Results 4 comments of Zelnox

I find the discussion about coordinated omission interesting as seen in https://github.com/giltene/wrk2, but I wasn't able to compile it due to luajit. I'll try to install this next.

I've been using commitlint with worktrees for several months now without any issue. I started to see this problem this week. Executable | Version -- | -- commitlint --version |...

🤔 I'm getting ``` CC src/script.c src/script.c:476:5: error: implicit declaration of function 'gettimeofday' is invalid in C99 [-Werror,-Wimplicit-function-declaration] gettimeofday(&tv, NULL); ^ 1 error generated. make: *** [obj/script.o] Error 1 ```...

I'm getting this problem after updating to 6.0.1 from 4.0.x. I also have to clear `gon` in a `before_action` now.