janlugt
janlugt
Hi Emeryth, Thanks for your work, I got it running on my ZSun, and it's pretty cool. Do you have any intentions to upstream your patches back to OpenWRT, so...
gm_symtab_entry::isArgument() and gm_syminfo::is_argument() should do the same but don't, one should be removed at some point
When running the same script on different platforms, I get different results. These are the results I get: Mac OS (source): result A (fast) Mac OS (binary from web): result...
Per https://datatracker.ietf.org/doc/html/rfc5322#section-3.6.4, every message should have a "Message-ID:" field. Google recently started enforcing this, see https://support.google.com/a/answer/81126, without a Message-ID, a 550-5.7.1 error is returned. The gomail library does not automatically...
I ran into this issue when parsing JSON with floats that are sometimes written in scientific notation. When a float exceeds the maximum scale, it is simply cut off by...