basak

Results 23 issues of basak

In https://github.com/mwild1/luadbi/blob/73a234c4689e4f87b7520276b6159cc7f6cfd6e0/dbd/mysql/statement.c#L221 you are casting the integer 1 to a pointer as `is_null` is defined as a pointer. This makes no sense - the pointer (`0x0001` if you like) is...

By James Cowgill, see Debian bug #777798 Original submission: http://article.gmane.org/gmane.linux.kernel.bcache.devel/2919

Original submission: http://article.gmane.org/gmane.linux.kernel.bcache.devel/2853

I hope I've understood the nuances of checkpoints correctly here. I had thought I spotted a race condition in my Trio-using code. I concluded that there's not currently any way...

rsync supports RSYNC_RSH and "-e" to override the default of calling ssh. This allows an ssh alternative, as well as custom ssh parameters. ddar should do the same thing, with...

Hi, Thank you for pykeepass! I noticed what I believe is a security issue with the way that pykeepass saves a database (I've tested only KDBX). None of the four...

In C++, I can write an `AbstractItemModel` implementation. I'd like to do the same thing in Python so that I can have Pythonic data structures that can be manipulated naturally...

Hi, Thank you for pygit2! I'm using it extensively for git tooling in Ubuntu, but occasionally I find some corner where a feature doesn't exist and I have to resort...

feature

Hi, Thank you for pygit2! I'm using it heavily in a project to present all Ubuntu source package history as git repositories. Any chance `Repository.create_note()` could be adjusted to accept...

Thank you for OpenEVSE! I'd like for the Wifi module to ignore the push button, and instead publish button pushes to MQTT so that my home automation controller can make...

enhancement