Arto Bendiken
Arto Bendiken
I'm running into this as well, with dune-release 1.4.0. Like @rlepigre, the problem happens with an organization-owned repository: ```bash $ dune-release publish -t 0.1.1 --dry-run [-] Skipping documentation publication for...
Some mechanism for invoking (simple) variadic functions would indeed be great. As per #103, I, too, need to call `ioctl(2)` and there does not seem to be any way to...
@dsheets Thanks—fixed arity (e.g., defining `ioctl0`, `ioctl1`, etc, depending on the required number of arguments) would be just fine; I'll have a look at cstubs. `ioctl(2)` is needed for interfacing...
@dsheets FYI, I decided it would take me longer to figure out Cstubs usage than to just write the pesky stubs, so in this instance I ended up adding basic...
I confirm this bug with v0.45.0, exactly as @tomshackell described it. When the Wasm module being built has any imports, the function index returned by the builder will be off...
This would be very helpful, especially for centering text where variable-width fonts make it difficult to do by any other means.
+1. In that vein, you might consider [putting the code into the public domain](http://ar.to/2010/01/set-your-code-free) using either the [CC0](http://creativecommons.org/publicdomain/zero/1.0/) or [Unlicense](http://unlicense.org) public domain dedications?
Still working on this, I need to set up a Windows build environment.
@joshbenaron You're the first to ask :) If you're volunteering as a Windows tester, I'd be happy to take the time to build you binaries.
Retitled the ticket to reflect the remaining issue at hand.