Mathew Heard

Results 350 comments of Mathew Heard

I got to say ubuntus versioning on libgpiod ("2") is very confusing. I'm on 20.04 (LTS) for development. ``` Package: libgpiod-dev Architecture: amd64 Version: 1.4.1-4 [...] Depends: libgpiod2 (= 1.4.1-4)...

Can confirm v1.6.3 (package from ubuntu 22.04) contains the required definitions.

Huh? No. You either need some ifdefs to support v1.4, or to add a min requirement in the README for v1.5.

`TypeError: Cannot read properties of undefined (reading 'GPIOD_LINE_REQUEST_FLAG_ACTIVE_LOW')` This is on debian bookworm `libgpiod2 1.6.3` which does have those flags

Use compactor not table_manager if you arent using AWS S3.

@liguozhong since you are on the performance drive, perhaps this would be of interest to you. It's due to your great work that chunk fetching latency is now the weakest...

If you are running an older node try setting: ``` http.globalAgent = new http.Agent({ keepAlive: true }) https.globalAgent = new https.Agent({ keepAlive: true }) ``` Not necessarily an axios bug...