Earl Robsham
Earl Robsham
Less of an issue, and more of an FYI. I have been keeping tabs on the (un)marshaling/(de)encoding issue with omitempty, and it looks like they have a adjacent proposal that...
While investigating a port leak crash in software I maintain, I found that the source of the leak was due to the file descriptors returned by `pipe()` call in `lws_plat_pipe_create()`...
While investigating some intermittent deadlocks being observed in a processes that is part of a suite of software I help maintain, I think I ended up tracking down a potential...
Initial attempt at resolving issue #284 (Rare atomic property during initialization deadlock)
updates the implementation of `-compare:` vs a `nil` argument to return the same results as the same code running on macos (output from a sample program on macos): ``` NSString...
I work with a codebase that is regularly cross compiling for both mac and linux targets, there are a few semi-common constants defined in `MacTypes.h` in the macOS SDKs that...