C. Titus Brown

Results 1048 comments of C. Titus Brown

ahh, sorry for missing those. I will file a PR to update documentation in a bit.

trying it out here: https://github.com/sourmash-bio/sourmash_utils

syntax for specifying a specific branch when simultaneously working on sourmash-rs and external modules (e.g. a plugin that uses the rs interface) - from #3193 / https://github.com/sourmash-bio/sourmash_plugin_branchwater/pull/348 ``` sourmash =...

this let me get tracing output: ```diff diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 91b76d62..7dfd9ffa 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -33,6 +33,7 @@ cfg-if = "1.0" counter = "0.5.7" csv =...

also: core release procedure! https://github.com/sourmash-bio/sourmash/issues/2987

Over in #3249, I asked: >how do you feel about adding `anyhow` to sourmash-rs core? and on slack, luiz responded: >re anyhow: I usually follow this advice https://github.com/dtolnay/anyhow?tab=readme-ov-file#comparison-to-thiserror >> Use...

hmm, maturin import hook => automatically runs maturin develop when code changes are present in rust code. >Once the hook is active, any import statement that imports an editable-installed maturin...

hi @morsecodist this sounds fantastic! thanks for engaging! note to @luizirber this is touching the Rust code / implementation of SBT! (I've approved your PR for GitHub actions, also.) A...

hey, and look, all your tests passed 🎉 I also forgot to mention this hot take: we have an early-stage but (in my experience) quite functional plug-in system, see https://github.com/sourmash-bio/sourmash/pull/2428...