Luiz Irber

Results 45 issues of Luiz Irber

This was discussed in #155, and makes my life much easier when serializing big vectors. For now I only implemented `write_u32_from`, but if this looks OK I can go implement...

Hello, I'm currently moving the last bits of our [docs from RST to md using MyST](https://github.com/dib-lab/sourmash/pull/1021) but I couldn't figure out how to link to files in the `_static/` dir....

documentation
more-info-required

Hi! I packaged `citop` (and now `cistern`) for [conda-forge], and wanted to let you know that it is working on windows too ([this is the PR activating it]). Screenshot: ![image](https://user-images.githubusercontent.com/6642/72655089-910c6480-398a-11ea-9f8a-b6565a4e5c84.png)...

packaging
Windows

- [ ] Is it mergeable? - [ ] `make test` Did it pass the tests? - [ ] `make clean diff-cover` If it introduces new functionality in `scripts/` is...

Hi! I'm [moving a Python package](https://github.com/dib-lab/sourmash/pull/1564) from using milksnake to setuptools-rust, since it is more active and it supports `universal2` wheels on macOS. It mostly worked, but I hit a...

Use https://github.com/obi1kenobi/cargo-semver-checks-action to verify for breaking changes in the public API for the Rust crate.

#1045 defaults compute to use the B-Tree impl. Also add a flag in the CLI to choose the Vec one? The Vec one is better in very limited cases (very...

rust

I think we should separate `query`, `signature` and `minhash` better around the codebase. It's all pretty entangled, but they are different things! - MinHash: the low-level minhash object. Specific k,...

5.0

Currently `sig.select_sketch` in Rust only return sketches that match exactly a template. But... If there is a `scaled=10` sketch and the template is `scaled=100`, the sketch can be downsampled. There...

enhancement
rust

WASI tests [are breaking](https://github.com/dib-lab/sourmash/runs/1415524508?check_suite_focus=true#step:5:5) in GitHub Actions due to changes on the [`add-path` command](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/). One way to fix is to check how the `wasmtime` CI [sets up](https://github.com/bytecodealliance/wasmtime-py/blob/784122b2e031baa2df10f6a1f025ecd85e3e5fc2/.github/workflows/main.yml#L47) the testing, and...

bug