Jason Heeris

Results 60 issues of Jason Heeris

### Problem I have a project with nested, non-workspace cargo projects. It's a niche but real use case. I found that if the parent project has a broken manifest, the...

A-documenting-cargo-itself
A-errors
A-workspaces

Currently `arkfind` will walk through all directories and archives, constructing the entire tree in memory, and _then_ it will search through that list for whatever the user specified. It would...

Arkfind should support 7Z archives. There's an LZMA module that supports 7z archives at https://github.com/fancycode/pylzma

enhancement

Java archives (.jar) files should be supported. This should simply be an extension of the zip file support.

Arkfind should support matching against regular expressions when a certain flag is passed.

enhancement

I am using `serial-rs` on Linux (both Ubuntu and OpenWRT), so this mostly only applies to `serial-unix`. I use the [Calloop](https://github.com/Smithay/calloop/) event loop for event-driven systems. Under the hood (on...

Ubuntu 19.04, Gnome 3.32.1. I would like the image I select to be tiled, not stretched. Could this be provided as an option?

I am deploying code on the MT7628, which falls under the `mipsel-unknown-linux-gnu` which is a [Tier 2](https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2-with-host-tools) target. I'd like to be able to use crates that depend on *ring*...

If I have an inline markdown link such as `[link text](https://github.com)`, and it's near the end of a line, I can end up with: ``` [link text] (https://github.com) ``` This...

Audiolab isn't compatible with Python 3. It would be nice if it were. I'll start work on this now [in a fork of my own](https://github.com/detly/audiolab/tree/p3), but I'm submitting the issue...