Martin Dørum
Martin Dørum
This PR adds handling for malloc failures. I don't quite know how one would add sane test cases to cover it, but I did test it manually by replaceing malloc...
There's no nice way to escape emojis in GitHub-flavored markdown, but adding a zero-width space seems to fix it.
I went to the demo which was supposed to show nude.js on a video. There was no video, only a black box where the video should've been, and when I...
The "build from source" instructions should build in a mode which disables `-Werror`. I just had to go digging through your CMakeLists.txt to disable `-Werror` just because my version of...
I noticed that a lot of the scripts in the `Scripts/` folder actually contain invalid JSON. These files contain a trailing comma which is disallowed by JSON: * Scripts/FullURLDecode.js *...
When setting an image with `--image :`, the image used to fail to apply if the relevant output appears some time after swaylock executes. That's because the `zxdg_output_manager` stuff was...
### Affected URL(s) https://bun.sh/install ### Description of the problem The "Show script source" button on the website links to https://bun.sh/install. This file is served with the HTTP header `Content-Type: text/html`....
This fixes #31336.
The pkg-config files generated by the build script (grpc.pc, grpc++.pc) don't list re2 and libcares as dependencies, even though they are. The pkg-config files only add `-lre2` and `-lcares` to...
As https://github.com/aizvorski/h264bitstream/issues/31 points out, the `debug_nal` function doesn't exist anymore. I did a git bisect, and found that it was removed in https://github.com/aizvorski/h264bitstream/commit/eba676c485f68a296bf9d423f07ee1d41c09d8cb. This patch just adds the functions back...