Zack Newman

Results 71 issues of Zack Newman

Thanks for your work on this tool! I'd like to be able to draw an extra line on the plots generated by `cargo criterion`. A couple use cases I can...

First, thanks a bunch to the Spacemacs developers for a great piece of software! It looks like [`nose`](https://github.com/nose-devs/nose) is [abandoned-*ish*](https://github.com/nose-devs/nose/issues/1092). It has a successor, [nose2](https://nose2.io/). I have nose2 working-ish with...

Python
Feature request
- Mailling list -
stale

Per `--help`, the default config file location is "start directory": ```sh $ nose2 --help usage: nose2 [...] [...] -s START_DIR, --start-dir START_DIR Directory to start discovery ('.' default) -t TOP_LEVEL_DIRECTORY,...

bug
docs

I'm on [NixOS](https://nixos.org), which doesn't really put binaries in `/bin`: ```shell $ ls /bin/ sh $ ``` Additionally, there's no `/sbin`. This is causing all sorts of problems, since the...

good-first-issue

There are a few Rekor use cases that involve making a bunch of related signatures in a row. These include: - [GitSign](https://github.com/sigstore/gitsign) (CC @wlynch): during a rebase you may need...

enhancement

@jspeed-meyers @SantiagoTorres thank you guys so much for you swift response. Let me summarise the issue i have faced. I am currently exploring in-toto + Rekor stack. Basically i am...

CC @adityasaky https://github.com/secure-systems-lab/go-securesystemslib/pull/25 makes some changes to the canonical format encoder. They *shouldn't* break go-tuf. That PR was merged in a branch, so we need to double-check explicitly.

help wanted
dependencies
code health

Thanks to @torin-carey for catching this! >Another problem I've noticed running git on windows locally is that git for windows by default does not create symlinks, causing some of the...

help wanted
code health

Not so obvious how to add/rotate root keys using the go-tuf CLI. Should have examples for: - add a root key - rotate a root key (with n-of-n threshold, along...

help wanted
documentation
good first issue