Vito Caputo

Results 29 comments of Vito Caputo

FYI the long "--foo" style flag is a GNU extension to getopt, not posix. While I agree the help subcommand is annoying, it's also annoying how Go programs in general...

> So, hmm, a single regex per unit. Is that really enough? I implicitly assumed it would have to be a list of regexes, to make it easy to filter...

> > `kill(-1, ...)` is nice because it is atomic, I think > > It's not though. The interface has this nice atomic smell to it, but in the kernel...

I'm not sure if this really fits, but GNU `ls` has precedent of using `-1` to limit output to one file per line. If I squint hard enough I can...

@yuwata I haven't reviewed the changes at all, but just based on the synopsis above I'm dubious at best. IIRC my changes made offlining asynchronous, not synchronous like you described....

"project" implies WIP / unfinished / ad-hoc in nature, which doesn't seem appropriate. I don't have any good ideas for a better name though. Edit: the description sounds like a...

A service equivalent of `machinectl shell` would be useful.

Just wanted to chime in and say I tripped over this trying my hand at using flatpak-builder for the first time. Am using an nspawn container running Debian testing for...

I'd really like to get something in place to allow forward progress on protocol-additions upstream... getting retire track in there would especially be nice. Wouldn't it be sufficient to just...

Just posting this as a draft before it falls off my radar in case I get busy with other stuff. This is more just a PoC draft than anything, since...