Bryant Eadon
Bryant Eadon
Yep, just capturing some ideas here. The sprawl of notifications is intense.
First -- statically compiled binaries exist in many languages, golang is **not** special in that regard. Binaries built with many languages are cross-linux flavor capable, golang is not unique here,...
> investigate whether it's possible to produce a script that outputs a .deb package for the current OS. In re-thinking the "script" idea, I think what we want here is...
Added a fix to find the eye-fi device on a MacOS system. Not special sauce, borrowed the logic from the Linux version and hacked away. note the md5 change in...

Key text in this image is "BUG: Scheduling while atomic"
going to give the master branch a shot over here !
Yep, got it. Ok, I compared it to the code in the repo and the search showed a missing `u` which is the reason for the raised issue, but upon...
`__STDC__` and `__STDC_VERSION__` are not set. However, the compiler does support fixed width int types, and I am using exactly these elsewhere in the program. I am holding onto hope...
Compiler MFG has communicated that they will consider adding `UINTPTR_MAX` and other missing standard additions in the next revision.