konsolebox
konsolebox
Executing `ruby -rreadline -e 'Readline.readline'` and then typing `/home/(TAB)` shows directories being populated. However in Pry, typing `Dir.chdir "/home/(TAB)` shows nothing. Does Pry have filename completion?
Hello, is there a way to customize the displayed width of tabs to 4 spaces? If not, where is the best place to add the custom behavior?
I extract task arguments directly from ARGV, beyond the -- string. For example I do: `rake update_date -- _posts/xyz.markdown` And in the code I have the `:update_date` task extract the...
Hi, Please consider adding Digest framework with C extension support (ruby/digest.h). There are a couple of gems that work on top of it, including my two gems.
Is there's already a way to make generation of rdoc (html) and ri files when the gem gets installed minimized to only a few specific files? If not, can this...
My `/etc/portage/make.profile` is a directory containing a `parent` file that points to the right profile dir and a `use.stable.mask` that unmasks masks which allows me to test masked packages. I...
For https://github.com/hexchat/hexchat/issues/2793.
This is more convenient than specifying addresses especially when they change from time to time. I already have this implemented in https://github.com/konsolebox/hexchat/tree/bind_to_interface but it requires https://github.com/hexchat/hexchat/pull/2803 to be finalized and...
Hexchat probably needs to abort when it fails to bind to configured bind hostname otherwise it will use a network that it isn't supposed to use. I just created a...