Brad Larsen

Results 109 comments of Brad Larsen

Interestingly, the `appmaker.git` clone — which I obtained with `git clone --bare https://github.com/mozilla-appmaker/appmaker appmaker.git` — contains only a single packfile: ``` % tree appmaker.git appmaker.git ├── HEAD ├── config ├──...

@Byron FYI, there appears to be a race condition somewhere in `gix`, either its reading code or a caching layer somewhere, which I can intermittently trigger in Nosey Parker. Specifically,...

Closing as a duplicate of #177.

@Byron Thank you! I could look at this more next week. Let me know if I can help.

> After the initial iteration, the whole ODB would be loaded/memmapped, indices and packs, but [here it seems](https://github.com/praetorian-inc/noseyparker/blob/8a90eac34c7541fd7597461b085ec06c59047ed4/crates/noseyparker-cli/src/cmd_scan.rs#L487) the repository is re-opened so it starts at zero. Yes, you're right...

Thank you @Byron for the speedy response! I will give the main branch of gitoxide a try in Nosey Parker.

Yes, upgrading gix from 0.62 to 0.63 seems to fix this problem for me. Thank you @Byron!

@SkyperTHC thank you for opening this. Yes, I'd like to solve this here, as the glibc mismatch has continued to be a pain point from time to time (e.g., #103),...

**The desired end state: Nosey Parker releases will include an _additional_ prebuilt releases for `*-unknown-linux-musl` that is statically linked.** The [v0.17.0 release](https://github.com/praetorian-inc/noseyparker/releases/tag/v0.17.0) has the following prebuilt artifacts: - `noseyparker-v0.17.0-x86_64-apple-darwin.tar.gz` -...

Hi @roshvin, and thanks for the question. I'm not aware of any example at present for using Nosey Parker in a pre-receive hook for GitHub Enterprise Server. (Presumably the use...