Richard James Howe

Results 20 comments of Richard James Howe

Nice work! I'm not sure when I'll get around to fixing these though as I have a baby and little time, but the detailed report is appreciated.

She is, and crawling! I haven't much time to give to this project unfortunately, I will get around to it eventually.

I'll try to get around to fixing some of these issues, but bear in mind that Forth is a memory unsafe language. A lot of the problems are caused by...

I've really not tried it, it might work if you remove the `BUILD_BUG_ON` but from experience you really do want retries over certain networks (such as cellular networks) otherwise you...

Answers: 1) I think it's almost the right approach. 2) I'm not sure, I don't have enough time to check at the moment and it has been a while since...

I'll try to have a look at this once (if) I have time over the weekend, I should probably add some more unit tests to cover these new additions as...

Yeah, that isn't going to work when the `HTTPC_YIELD` option is set.

Can you change back the formatting to how it was? I am aware the formatting for this function is different from the rest of the file as well, that's because...

Won't this fail under Linux if there are any files with a backslash in them?

I would have thought the code would work fine on Windows, as both "/" and "\" are not allowed in file names. I'm loathe to put more compile time options...