Joshua C. Randall

Results 25 issues of Joshua C. Randall

I have a use case in which I would like to invoke rust-bindgen multiple times. Once with `generate_comments(false)` and once with `generate_comments(true)` -- the use case here is that the...

Resolves: poetry#3509 (https://github.com/python-poetry/poetry/issues/3509) This change fixes a bug with poetry-core when building a binary wheel (actually any wheel that uses a build script). The previous behaviour was that the wheel...

poll_oneoff is throwing an exception from the line https://github.com/wasmerio/wasmer-js/blob/4c34bb0e584cc24036c3d6d7419550ff9c9ab502/packages/wasi/src/index.ts#L1402 ``` const n = BigInt(now(clockid)); ``` ``` TypeError: Cannot convert null to a BigInt ``` The next lines appear to be...

Docker is great, but other container packaging and execution tools exist and it would be unfortunate for workflow authors to require a specific dependency on docker when docker-specific features are...

Unimplemented-Idea

The error message printed when tabix fails to parse the input when there is no preset `-p` option given is of the form: ``` [E::get_intv] failed to parse TBX_GENERIC, was...

D3: Easy

Derives debug on the vtab IndexInfo struct as this aids in debugging vtable implementations. Implements the set_idx_str, set_idx_flags, col_used, and collation methods on the vtab IndexInfo struct. Add a close()...

duplicate

Implements support to author sqlite loadable extensions (https://sqlite.org/loadext.html) using rusqlite, including the ability to write vtables in Rust and use them from other languages or the `sqlite3` CLI. I do...

invalid

Make the RawStatement struct public to assist vtable implementations in working with underlying rusqlite statements.

There is an issue with some targets (including `wasm32-unknown-unknown`) in which LLVM sets the default visibility of functions to hidden. See: https://github.com/rust-lang/rust-bindgen/issues/751 This did not used to be a problem...

If cwl.input.json is larger than 1MB, save it to keep rather than inlining it in the container_request mounts entry.