schroffl
schroffl
When encoding a Base64 String with padding, the parser quotes it. But since another parser does not understand these quotes, it fails to decode the string. ``` javascript let buf...
Via the `safe` option, one can decide whether unsafe strings are to be quoted or not. ``` javascript let section = { 'section': { 'key': 'I am a string=' }...
Hi guys, is it currently possible to compile Zig for the ESP8266/ESP32? According to [this forum post](https://esp32.com/viewtopic.php?p=38466) it seems like LLVM supports it as a target. I would love to...
This is extracted from an issue (#22) by @winterwings > [...] I would also like to see request timeouts when a connection is not lost, but there was no response...