Dennis Kaarsemaker

Results 24 issues of Dennis Kaarsemaker

On many systems <ctrl>+<left arrow> and <ctrl>+<right arrow> are mapped to make the cursor move a word back and forward respectively. This is done by mapping the `\e[1;5C` and `\e[1;5D`...

These three patches make beanstalkc compatible with python 2.4-3.4. Possibly even 2.3, but I don't have that installed anywhere to test.

Pull request #57 adds python 3 compatibility, but always tries to decode job bodies. Given that arbitrary byte strings may be put in the body, this is suboptimal. For other...

design

I think it's time bitlbee switches away from obsolete password hashes and encryption. I propose scrypt and aes-gcm to replace them and have implemented the necessary bits to do so...

As threatened, here is a MySQL storage backend for BitlBee. As it depends on my locked down accounts, authentication backend and password modernization branches, it is absolutely not suitable as...

WIP

https://github.com/go-test/deep/pull/33 broke the comparison of structs with errors in an unexported fields. THis code used to work just fine with deep 1.0.4, but panics with 1.0.7: ``` package main import...

I started using Franz yesterday and quite like it so far. The only thing missing was integration with Facebook's Workplace service. Fortunately it was fairly easy to add as a...

I have a use-case for go-test/deep that requires me to consider nil and zero values to be equivalent. This PR adds an option + code to achieve this, and tests...

Could be useful, make sure we cache.

http://git.kaarsemaker.net/yum_plugin_puppet/blob/master/README.md?plain=1