Coder of Salvation / Leon van Kammen
Coder of Salvation / Leon van Kammen
interesting. Concerning ecosystem, I think redbean could allow for a revolutionairy distribution system. As in, pick-and-choose certain redbean extensions, wrap it into a particular redbean binary..optionally include `redbean.c`, press the...
I'm watching this...really exciting efforts :heart:
reading buffered stdout could explain a variable (1st) chunksize (in the gist). But i do agree #181 seems different, since in our case an external program is producing the stdout...
@jart maybe musl's [fread.c](https://git.musl-libc.org/cgit/musl/tree/src/stdio/fread.c) is calling [__toread](https://github.com/davidlazar/musl/blob/master/src/stdio/__toread.c) so it can write 0 bytes to the filepointer, just to see whether it's still opened? (in case of a pause during buffered...
btw. temporary (far from ideal) workarounds: * just put `os.execute('sleep 1s')` before the `fread` call * OR just redirect to file using `os.execute( cmd ... ' > out.txt')` and later...
thank you for your reply, ok I will do this.
minimal example code which demostrates the issue : see [this commit](https://github.com/jart/cosmopolitan/pull/325/commits/1c7e81492d78b52bbe6c1bc25112874244858107) at PR https://github.com/jart/cosmopolitan/pull/325
Well, I would propose a bit of both: bruteforce fine-grained control. Tthe snippet I showed earlier shows outputs all the url-regexes which get registered by other middleware already: What we...
Oh great, I think I can start preparing a PR. Btw. any idea how to create a Permission?