Michael Murphy

Results 392 comments of Michael Murphy

Alternatively, a udp socket broadcasting messages via IPC and user session services watching and interpreting those messages.

There's nothing that I see that we'd need that isn't already implemented. A DBus service that could send warning signals that the system is low on memory is the only...

Feedback from QA is that the default settings may be too aggressive: > I ran a test on a galp4 with 4GB of ram. Ran memtest 3000 and opened 20...

It is packaged in Pop!_OS, but can't be shipped by default if it's too aggressive. Is it possible to configure the rate at which processes are closed?

I'd definitely recommend the free **Fira** fonts from Mozilla, which generally fits with applications begin written in Mozilla's Rust. As for finding fonts: # Linux - $HOME/.local/share/fonts - $HOME/.fonts -...

So what areas are left to implement in this project?

The sector size isn't guaranteed to be 512. It's the most common sector size, but some SSDs and magnetic drives are using 4096 byte sector sizes.

Yes, the CLI application, or any available user-facing binary project. A GTK application would be nice to have, for example. There's no documentation for the packaging process. We set up...

Essentially, we create a debian directory to include along with the sources, which contains extra package metadata and a debian-specific Makefile (`debian/rules`). We add rules to create a vendored tarball...

Sources referring to your source code. We just add a debian directory to your repo. We can use tagged commits.