Michael McConville

Results 9 issues of Michael McConville

FUSE's man pages describe `fuse_loop(3)` as follows: > `fuse_loop()` is the main loop of a FUSE program. This function looks for FUSE requests from the kernel and responds to them...

enhancement
fuse

We removed the cscope features downstream in OpenBSD because it was interfering with privilege dropping via `pledge(2)`. If I understand correctly, this code lets you view connections between vi and...

This is trivial, but the this project's GitHub description says: > Fetches system/theme information in terminal for Linux desktop screenshots. I'd hate for someone to get turned away without realizing...

OLD AF

I don't know if you're interested, but there's a much easier way of doing Smith-Waterman that involves having an extra row and column at the 0th indexes, whose scores are...

JIDs are currently stored throughout the program as raw strings. If they were stored in a struct like this: ``` type JID struct { Node string Domain string Resource string...

I'm using version 0.5.3, currently the most recent release on F-Droid. The install is failing immediately due to a missing shell binary. Screenshots of the logs are attached below. I'm...

I definitely think it's a good idea to ship the app with this turned on. It might take a little while, but presumably if someone's running a chrooted Debian environment...