Jiří Brabec
Jiří Brabec
`bin-build` fails silently when the source archive file is invalid. https://github.com/imagemin/optipng-bin/issues/84#issuecomment-370106320 https://github.com/imagemin/imagemin-optipng/issues/18#issuecomment-369782555
With postgres 9.4 on Ubuntu 16 "Simple building" using `qmake` can't find postgres headers. For anyone stumbling over this, I had to pass additional option to `qmake` to make it...
This demonstrates that undefined index notice gets somehow suppressed during standalone tests. That notice stops execution when running doctrine:fixtures:load which is a problem. Sorry about the whitespace formatting, relevant change...
I believe the LICENSE file content to be correctly identified by `BSD-3-Clause` SPDX identifier.
I'm oblivious to any possible perf implications of doing this, please advise. Fixes #740
I spent some time on this, so I'm sharing it as a short draft. LMK if this is the right direction for the API. json-joy is impressive stuff, thank you...
I didn't find docs sources, so creating an issue. Also, a runtime error would be nice (not sure if it is feasible).
Just an observation, maybe this is not an actual fix. On Node.js 20, awaiting promise returned from ReadableStream cancel silently crashes the process.