inferiorhumanorgans

Results 33 issues of inferiorhumanorgans

The docs (§6.3) mention that it's possible to interop with an existing C++ enum, but how about a Rust enum? e.g. ```rust #[repr(u8)] enum Enum { One, Two } struct...

Flashback to #4. I've been playing around with ttystudio and found that the resulting JSON replaces surrogate pairs with placeholders. This is obvious with something like yarn that spits out...

- The current config file layout cannot be serialized to TOML with serde, so switch to YAML. This necessitates updating to an unreleased version of confy. See: alexcrichton/toml-rs#145 and alexcrichton/toml-rs#407....

Unsure if this is being maintained, but unless manually enabled the Xsub socket won't process data. e.g. ``` xsub = zmq.socket(ZMQ::XSUB) xsub.identity = "#{CLIENT_ID}-sub" xsub.connect(SERVER_PUB_URL) xsub.notify_readable = true ```

Help text says: ``` $ consulate kv backup --h usage: consulate kv backup [-h] [-b] [-f [FILE]] [...] -f [FILE], --file [FILE] JSON file to read instead of stdin ```...

bug

On an upgrade from 9.3 to 10.3: ``` # pkg upgrade -f Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking for upgrades (1338 candidates): 36%...

**Description** With rocket 0.5.0-rc.1, a route defined as: `#[get("/route", format="image/webp")]` * Does *not* match when the Accept header is set to `text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8` * Does *not* match when the Accept header...

triage

Arguments on the command line are not passed to the shell executed by t-rec. e.g. `t-rec /usr/local/bin/bash -l` This doesn't run, clap tries to gobble up `-l`. `t-rec -- /usr/local/bin/bash...

Type: Bug

``` $ uname -v Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64 ``` With only the Qt backend enabled setting the `default-font-family` property has no effect. With...

bug
a:backend-qt
priority:low