James S Blachly, MD

Results 40 issues of James S Blachly, MD

The cancel button at the change password screen does nothing when fields are empty (not validating). In Firefox, it appears to be a no-op. Safari shows "Fill out this field"...

While trying to compile https://github.com/COMBINE-lab/salmon on an IBM Power system, compilation fails during the pufferfish build phase because of SSE flags passed to the compiler for constituent ksw2pp: ``` 236.4...

Rust 1.66 compiles `citeproc-rs` just fine. (`rustup run 1.66 cargo build`) Rust 1.67 (https://github.com/rust-lang/rust/blob/master/RELEASES.md) can't compile sub module `io` due to a lifetime error: ``` $ rustup run 1.67 cargo...

My use case is relatively simple: I need to look for images (within the IFD of a given file) with a particular (Tag, Value) pair and remove them. Zooming out,...

Preferably, total number of messages, but optionally, by some other field such as name or timestamp of latest message. Example below in which lots of the spam single-message groups obscure...

KAUI in a stock setup using the public Docker images for KillBill, KAUI, and killbill/mariadb with example docker-compose.yml works well with no seeming problems, except that clicking "Install New Plugins"...

LND uses 24 word Aezeed scheme which encodes 128 bits of entropy PLUS a wallet birthday (clocked against the genesis block) PLUS a version. It would be nice to be...

enhancement

Given a local node N with a balance of X million sats, a user may wish to create LNDHub.go / Alby / BlueWallet accounts for themself (daily spending) and for...

Currently _Contig is defined as _Contig = collections.namedtuple('Contig', ['id', 'length']) There are other common k:v pairs in the ##contig lines. For example, the VCF 4.1 specs give the following examples...

See Issue #153 which was closed by the reporter after a developer suggested that existing behavior (which is to return an empty list for FILTER, when the filter column contains...