K900

Results 28 issues of K900

We have an application reporting the current number of in-flight requests as a gauge, and the value is reported every time a request is added to the queue or removed...

feature

[This](https://github.com/firehol/firehol/blob/aaa65529b2d5a0552f326796ffad1ed0a4e1f065/configure.ac#L294) should probably use the same check_ping_ipv6 macro as other places.

There's a somewhat lesser known feature in git where you can use aliases for your remote URLs by putting something like ``` [url "ssh://[email protected]/"] insteadOf = "gh:" ``` And then...

enhancement

As of this writing, ddcutil will attempt to poke all i2c-N devices available on the system to detect monitors. However, on recent AMD cards (specifically Navi2x variants, i.e. RX 6000...

bug
enhancement
amdgpu
Fixed
navi

Turns out the code has been there all along, it just didn't play nice with lazy tab loading. Disclaimer: my JS is bad and my Perl is even worse, but...

And another AMD + SMO bug to follow up #6802: ![image](https://user-images.githubusercontent.com/386765/127906765-9ac51243-3d0e-4966-aaf0-8e7bc4c93fce.png) Running Yuzu mainline build 706, Windows 10 21H1 19043.1151, AMD RX 6800 XT, driver version 21.7.2.

Turbo draft. TODO: - [ ] figure out user sessions - [ ] add better logging to shim - [ ] rename shim - [ ] make sure nothing else...

1) Strongly depend on Cython. Cython.Distutils confirmed present on win32/linux2 python2.7/python3.3 with cython 0.18. 2) Remove setup3k.py, setup.py is python2/python3 compatible now. 3) Hack around the patch.py step by defining...

Title says it all, really.

With this derivation: ```nix { pkgs ? (import {}) }: pkgs.stdenv.mkDerivation { name = "robot-that-screams"; buildCommand = '' for _ in {0..1000000}; do echo AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA done ''; } ``` nix-build...

bug