Mark Zealey
Mark Zealey
https://github.com/Rupan/libatasmart/blob/de6258940960443038b4c1651dfda3620075e870/atasmart.c#L1225 This line seems does `lbas-read/written * 65536 * 512 (sectors) / 1000000 (mb)`. However on my various varieties of Samsung ssd this 65536 multiple is incorrect, it should actually...
### What does this PR do? In haproxy and other loadbalancers, a `source-ip` can be specified for each connection. Linux by default only uses the primary IP of a given...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
In https://github.com/CAFxX/httpcompression/blob/102a9fbf823395bc74c2a1345c0d606d04443ce3/adapter.go#L210-L216 gzip, br, deflate compression levels are configurable via option but I cannot see zstd level? It would be nice to have.
If I have AutoRemoveColumns in operation and I do something like ``` my $select_rs = $rs->search( {}, { select => '...' }) ``` it generates sql which behaves as if...
If I have a relationship and set `remove_column => 1` and then access via a `join` it correctly strips the column, however if I use `prefetch` it does not remove...
Project has renamed and rehomed to https://github.com/wbarnha/kafka-python-ng; it would be nice to support this version also at https://github.com/open-telemetry/opentelemetry-python-contrib/blob/fdb2e141d4455a367f9e5fb1971a950c6a59178a/instrumentation/opentelemetry-instrumentation-kafka-python/src/opentelemetry/instrumentation/kafka/package.py#L16
#### Explain the problem name or output.filename parameters are required #### Expected Behaviour With webpack 4 at least these were not present in my config prior to installing parallel-webpack (the...
#### Explain the problem As per https://webpack.js.org/configuration/stats/ the stats object can be a string. But this causes webpackWorker.js to crash because you use Object.create() (line 37) #### Expected Behaviour Should...
Change the process of reading lines and printing output so that echoprint-inverted-query can be run as a pipe from a script in order to do multiple lookups in a single...