randomizedcoder
randomizedcoder
Gday mate - I ended up getting this working, and have a repo with it. Hopefully this is useful. https://github.com/randomizedcoder/gomod2nix-example
@rcambrj Actually, I tried to create a PR to update the go version. Go 1.23 has a bunch of very nice improvements, particularly for timers. https://github.com/nix-community/gomod2nix/pull/173
@Blargian Thanks for the reply. Do you have any reason to believe ProtobufList works?
Linked issue: https://github.com/ClickHouse/ClickHouse/issues/78746
@morgwai My setup looks basically the same, except my Nvidia in onboard (Quadro T2000 Mobile), and I have exactly the same issue. I'm using NixOS My full config is here...
@morgwai Blacklisting i915 definitely make my Nvidia experience better, although this option might not work for you. Tracking in this thread https://discourse.nixos.org/t/nvidia-open-breaks-hardware-acceleration/58770/
Thanks for the slides. Even BBR2 isn't merged into the kernel, so currently BBR1 is the only available. The team working on BBR2 and L4S/Prague ( https://www.rfc-editor.org/rfc/rfc9330.html ) do have...
This is great! **Summary** Do you think we could please add: - Ring configuration: rx,tx rx-mini, tx-mini, rx-jumbo, tx-jumbo - Channel configuration: rx, tx, other, combined **Ring Configuration** Really interested...
My fix was ``` sudo mv /etc/synthetic.conf /etc/not.synthetic.conf ``` Then it worked!
In another part of rules_go, the pattern for "windows" is: ``` if sdk.goos == "windows": # Using pre-declared directory for temporary output as there is no safe # way under...