Mathew Heard

Results 92 issues of Mathew Heard

FYI As the `.idea` folder is missing it is rather difficult for anyone to contribute (as this is the project definition).

It would be great if typehinting could be extended to cover inline variables (`@var`), properties (`@var`) and return types (`@return`) Somewhat related to #4 I believe. Syntax should be as...

When the database is hosted on a NFS share it is possible for the handle to become stale and the database to need to be re-opened. Currently this just results...

Any statement @agentzh on whether HTTP/3 will be on the Roadmap when nginx-quic is production ready?

- Have you put any thought into secondary OPM repositories? - Perhaps private ones? - Could 2 OPM repositories be used at once, or would one need to act as...

Looks good, I'd love our package management processes to get more mature. Many moons ago we developed a basic packaging system for use internally. Nothing at even this level, just...

Something that was discussed in #22 (closed by completion) but never implemented was bind support for co-sockets. Any updates?

Potential min libgpiod version or ifdefs required. ``` ../src/line.cc:24:99: error: ‘GPIOD_LINE_REQUEST_FLAG_BIAS_DISABLE’ was not declared in this scope; did you mean ‘GPIOD_LINE_REQUEST_FLAG_OPEN_DRAIN’? 24 | Nan::Set(lineFlags, Nan::New("GPIOD_LINE_REQUEST_FLAG_BIAS_DISABLE").ToLocalChecked(), Nan::New(GPIOD_LINE_REQUEST_FLAG_BIAS_DISABLE)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | GPIOD_LINE_REQUEST_FLAG_OPEN_DRAIN...

bug
help wanted
tests
gpiod-1.x

**Is your feature request related to a problem? Please describe.** Too many small chunks in S3, unable to be solved by the continued increase of idle timeout due to the...

keepalive

This is due to https://gitlab.com/qemu-project/qemu/-/issues/1729 If you try and build for armv7 on x64 you will encounter this. v14 will build fine. Also note: https://github.com/npm/cli/issues/5743