Mathieu Rey
Mathieu Rey
### Bug description Static build for v1.35.1 installs netdata v1.35.0-2-gfee539f8e ``` $ bash netdata-x86_64-v1.35.1.gz.run --lsm Begin3 Title: netdata Version: v1.35.0-2-gfee539f8e Description: netdata is a system for distributed real-time performance and...
https://pushpin.org/docs/protocols/grip/ states that `prev-id` only works for `response` hold mode > Grip-Hold: The hold mode, either `response` or `stream`. [...] > Grip-Channel: [...] The `prev-id` parameter is OPTIONAL and only...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened Clickhouse INTO OUTFILE seems not supported ### Expected Behaviour ``` a947fe31a3a6 :)...
Hi @frqnck I intend to use this library to write logs to files in JSON format, then have Fluentd / Fluentbit tail these files for further processing. I'd be interested...
I stumbled upon this: https://cyberphone.github.io/ietf-json-canon/ https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme-06 Your work is listed there, with the remark "In contrast to JCS which is a serialization scheme, the listed efforts build on text level...
Hi I tried using ES512 but got the following error: `Fatal error: Uncaught InvalidArgumentException: phpseclib 1.0.0(LTS), even the latest 2.0.0, doesn't support PHP7 yet in /.../vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/ECDSA.php:15` But phpseclib seems to...
Looking at pyproject.toml it seems like both pyarrow and pandas are meant to be optional: ``` [project.optional-dependencies] dataframe = ["pandas>=2.0.0", "pyarrow>=13.0.0"] ``` But the wheel "METADATA" file reads: ``` Requires-Dist:...