Eric Hawicz
Eric Hawicz
Drop trailing period for "On branch foo", and use "HEAD detached at foo" phrasing.
Note: for general questions and comments, please use the forums at: https://groups.google.com/g/json-c **Describe the bug** On some systems, json-c uses `arc4random()`, but then the linker fails to find it. See...
The Android.configure.mk file is a wrapper around the rest of the autoconf, configure and build process to be able to build on Android, but now with the autoconf machinery removed...
As mentioned later on in issue #407, calling json_tokener_parse from multiple threads, or possibly just multiple times, on Windows can result in a crash in setlocale(). It might be possible...
A function that looks like this: ``` create or replace function foo() returns void language plpgsql as $$ DECLARE DECLARE mycur CURSOR FOR SELECT * from pg_database; BEGIN return; END;...
The install instructions (https://www.rapidwright.io/docs/Install.html#install) recommend installing old versions of the png library, namely libpng12. The problem with this is that there have been numerous vulnerabilities in libpng (https://www.cvedetails.com/vulnerability-list/vendor_id-7294/Libpng.html) and directing...
### Feature Description It is currently quite difficult for people to figure out how to approve a MR. They need to know to first switch to the "Files changed" tab,...