May B.

Results 16 comments of May B.

It's Curl tmp files. ```.curl``` grow to 10MB in 7-10min. Increase size to 100MB can't "temporary" fix that. Move ```.curl``` files to HHD (nextcloud data), seems to be a best...

Works great with Aria2. But ability to move ```.curl``` to Downloads folder is an enhancement.

The binding for `stdout`/`stderr` is a bit more complicated First this api needs to return a new opaque struct for retrieve output after `store` drop. Furthermore there is 2 properties...

Side question: is `stdin` *streaming* a desired feature ? ```c wasi_read_pipe_t in; wasi_config_set_stdin_pipe(wasi_config, &in); ... wasi_read_pipe_write(&in, &binary); wasmtime_func_call(...); // consume stdin wasi_read_pipe_write(&in, &binary); wasmtime_func_call(...); wasi_read_pipe_delete(&in); ```

Partially implemented in ac67c3616b1b4ab8963833d5ed9b4c53ec13363d Current implementation doesn't take ramparts into account, and only react to attack from previous tick (EventLog). A spawn can be destroyed in a single tick. In...

> Are the pipes safe to span threads? Safe to move to another thread but may lock. Or even maybe dead lock during concurrent use ? This reaches the limit...

> I'd avoid wasm_byte_vec_t as it's cumbersome to work with and instead use read/write-style buffer passing Does this point also includes changing that ? ```c void wasi_config_set_stdin_bytes(wasi_config_t* config, wasm_byte_vec_t* binary);...

Just altered all `PURL*` columns to `TEXT` and the problem persist It seems to be a check done by `datanucleus` not a database exception