Joshua M. Clulow

Results 15 issues of Joshua M. Clulow

It would be neat if this was the pattern, instead of what exists today: ``` C int myaddon_myfunc(shim_ctx_t *ctx, shim_args_t *args) { shim_val_t *string0, *string1; if (!shim_unpack(ctx, args, SHIM_TYPE_STRING, &string0,...

If I set the `heartbeat` option (e.g. to `5`), the client appears to correctly negotiate the heartbeat interval with RabbitMQ. The `"heartbeat"` event is emitted at the correct interval when...

I would like to be able to act on each member of an array, in turn, as part of conditional/exec processing. It would be neat if each member of an...

It would seem that `libstdc++.so.0.6.28` does not end up built with `-D_TS_ERRNO` defined (e.g., via `-D_REENTRANT`). This results in `errno` checks in, for example, `std::filesystem::status()` looking at the global `errno`...

In `oi-userland`, a copy of `tools/bldenv` is made during the build -- but it seems like it is not actually _modified_, just made executable. Could we just make it executable...