vain

Results 68 comments of vain

@neeasade, yeah appears to be related. Maybe it's the same issue. What bothers/irritates me is that lemonbar still uses xrandr or xinerama and all kinds of magic, even though I...

Thanks! :-) I'll leave this issue open so it's easier for others to find.

No, not yet. My desktop desktop shows zero icons whatsoever, so I didn't feel the urge to create an icon. :-)

Sure, go ahead. :-) One thing to consider: lariza usually runs inside of tabbed. As far as I can tell, tabbed does not care about any application icons. Meaning, a...

(Should probably be run through a shell, though, to allow for `pass show foo | head -n 1`. Multiline secrets are a thing.)

Would you rather write it directly in troff (I usually do that to keep dependencies to a minimum) or use something like asciidoc?

This is tricky. I think of Blockwart as the tool that manages my _configuration_, not my _data_. So, when a system crashes, I want to be able to do a...

The bundle in question creates a JSON file from metadata. That metadata can contain faults. Right now, we're doing this in our items.py: ```python from bundlewrap.metadata import MetadataJSONEncoder files =...

Plain kubectl can do it. Basis for our test: ``` $ kubectl -n bw-debug get -o json po { "containers": [ { "command": [ "/bin/sleep", "1d" ], "image": "debian:latest", "imagePullPolicy":...

One of our guys at work wrote a Bash completion package years ago. It was way too slow. 😒 Of course, we have close to 1000 nodes in our repo...