Adam Hupp

Results 17 issues of Adam Hupp

Hello, I'm the maintainer of the python-magic binding for libmagic. I've had a number of recent bug reports that seem to be due to users accidentally installing python-libmagic instead of...

**Is your feature request related to a problem? Please describe.** I'm running Wezterm in windows with a default domain in WSL. I was trying to use SpawnCommandInTab to launch a...

enhancement

- **simplify tests into something more delarative** - **update magic/compat.py**

Quite possibly there's a way to do what I want, but haven't been able to figure it out. I'm gating access to some object, based on data in that object....

It's unclear from the docs; can a snapshot be turned back into a usable biscuit? I'm wondering about the contexts it would be safe to log it, and whether I...

A `trusting` directive hard-codes a specific public key, which seems like it would make it hard to rotate those keys without brute-force trying every current version. Is there some mechanism...

I have process that allocates once and then sleeps: #include #include int main() { void* a = malloc(2); sleep(1000); return 0; } And I trace it with this command: sudo...

priority: medium
difficulty: hard