Results 31 comments of konsolebox

Apparently my code was just broken and `'10'` was just being interpreted as `'1'`. Elementary mistake. Now I made it convert code to int. And bind is actually failing in...

This last patch adds cause of error to the error message. I received "Address family not supported by protocol" for specifying an IPv6 and "Invalid argument" for specifying an IPv4....

> @konsolebox: Since you've previously provided helpful warnings around other potentially risky changes, does this one raise any warning flags for you? Thanks I'm quite ok with the fallback code...

> > Is there a reason why `${GEM_HOME}/bin` is not auto-included in PATH? Not saying it should be. > > You mean, to include it in PATH when `libexec/rbenv` is...

> Ah, I see! I can consider allowing `${GEM_HOME}/bin` to be prepended here; that would make sense. The extra conditional you noticed me adding is because I do not want...

If it's for the sake of having newly installed executables detected immediately at the same runtime, the paths should be added after the shims path instead. For example, `/home/user/.rbenv/shims:/home/user/.rbenv/bin:/sbin:/bin` becomes...

You'll have to ask Geany to add per-document configuration on automatic trimming of trailing spaces first. Only then can editorconfig-geany add this feature.

A lot of people still installs this gem from rubygems.org, so I believe merging @steakknife 's PR would really be helpful and avoid problems to users.

Odd. Suddenly it's working. I'm not sure what I exactly touched that made it work. I did enable and redisable the configuration and marked some tasks as finished/unfinished. Could there...

Another thing I notice is that some tasks that are past their scheduled minute for the day keep moving their schedule to the next day even after I reverted them...