JM
JM
Curiously, the failing board appears (first) in the Mongoose homepage video: https://youtu.be/UnUQxAQoavs?t=12 I don't have a 2nd board to duplicate the problem.
I might add that I'm using this code downstream, in the Espressif ESP32. That's probably why this occurs.
> This is about the http_status and http_method enums? yes. > Want to submit a PR? No.. apparently a replace on XX to HTTP_PARSER_XX works. thanks.
I have a suggestion. When calling the pset() function, the code selects pset(fc) or pset(bc). These calls could be replaced with pfc() and pbc(). pfc() and pbc() would be almost...
please use spaces not TABs, certainly don't mix them.
it seems my suggestion won't pan out, there are too many uses of pset that this is more complicated than expected.
I came here disappointed that WASI doesn't allow me to paint anything to a bare rectangle of pixels. Having a pixel buffer means something like a browser could (theoretically) be...
Indeed. So sadly we are limited to toy projects like: - 2D games, like Patience and Minesweeper - browsers - Slack - MS Office Mostly useless crap. Unless projected into...