kirillrdy

Results 12 issues of kirillrdy

Most ruby version managers eg rvm and rbenv install ruby under $HOME, which breaks cql compiler ``` [kirillvr@yao bin]$ ./cql fatal: Not a git repository (or any parent up to...

when building with go 1.21 ``` go build ./cmd/norouter package github.com/norouter/norouter/cmd/norouter imports github.com/norouter/norouter/pkg/agent imports github.com/norouter/norouter/pkg/agent/dns imports gvisor.dev/gvisor/pkg/tcpip/adapters/gonet imports gvisor.dev/gvisor/pkg/tcpip/stack imports gvisor.dev/gvisor/pkg/sync/locking imports gvisor.dev/gvisor/pkg/gohacks: build constraints exclude all Go files in...

installing awebcli using https://github.com/pypa/installer fails due to eb being listed in both `scripts` and `entry_points` ``` error: builder for '/nix/store/swk28rqdv15g8v383al28kzjvigdp4y8-awsebcli-3.20.7.drv' failed with exit code 1; last 10 log lines: >...

it's been a while since a tagged release. is there a chance to do one ? It doesn't have to be master. Also If author feels like its not appropriate...

## steps to reproduce crash.c ```c #include #include #include int main(int argc, char **argv) { char foo[4]; readlink("/etc/localtime", foo, atoi(argv[1])); return 0; } ``` `cc -O1 -D_FORTIFY_SOURCE=2 -o crash crash.c`...

when compiled with fortify3 hardning kssd segfaults due to buffer overflow, snprintf is trying to write long_domain 1 more byte than allocated

in setuptools 69 i get this error ``` ImportError: cannot import name 'setuptools' from 'setuptools' (/nix/store/f3qdwzblc4p7as5p46zhmh7f48xa62c8-python3.10- setuptools-69.1.1/lib/python3.10/site-packages/setuptools/__init__.py) ```

I guess instead of merging this into master, you can just cherry-pick into a rails_7_2 branch

`zig build test` seems to have similar number of failures as master with 0.12.0

## Motivation when building with gcc 14 I get build error that `std:count is not found` ## Modification add required includes in files that didn't compile ## BC-breaking (Optional) no...