vain

Results 63 issues of vain

I'm having trouble with `-g`. To illustrate, I added the following call to `fprintf()`: ``` diff diff --git a/lemonbar.c b/lemonbar.c index cfd4d9b..d5c1d55 100644 --- a/lemonbar.c +++ b/lemonbar.c @@ -752,6 +752,8...

I no longer use Awesome. Thus, this project has been discontinued a while ago. The code continued to work. Now Awesome 3.5 has been released: http://www.mail-archive.com/[email protected]/msg06536.html I have not tested...

Hi @tiwo, in early 2011, you contributed code to this project. I just wanted to let you know that this project is soon going to be re-released under a slightly...

We implemented something similar in other tools and I wonder if extending `.secrets.cfg` to support `command` as an alternative to `key` would be interesting: ``` # DO NOT COMMIT THIS...

Scenario: - You install package foo. - foo has a dependency on bar, so that one gets installed as well. - bar is a bw item, too, and is supposed...

Current situation: Random guy runs an apply, doesn’t pay close attention. The program exits cleanly and says: “Success.” But “something” still doesn’t work. Guy complains. What he didn’t realize: One...

Not exactly sure how to implement it, but there is no point in restarting a daemon if we have just started it and if there were no changes since then.

I just added some metadata to a node: ```python 'backuptool': { 'retention': '5d', }, ``` It should have been this instead: ```python 'backups': { 'retention': '5d', }, ``` So, my...

Ingresses, for example, are created too fast: 1. bw creates the object 2. bw fetches the object to see if it’s ok 3. k8s has not yet created the object...

Do the usual truncation via `DIFF_MAX_LINE_LENGTH` but provide an option to turn it off. I’m just diffing really long stuff and had to edit bw’s source code to turn this...