iqualfragile
iqualfragile
this is more of a question then an issue, but what is the story for side effects, is there one? like when you want to send a message through a...
currently you are having about 3 times the amount of indirecton nescesary, thereby potentially wasting both cache performance and memory usage. the first level of indirection is by using a...
So i just read through the chrome and firefox issues. A problem seems to be that FLIF is not well-adopted, but for web-adoption it would be critical to be supported...
ofc you could just use two date pickers, but having it in one single picker highlighting the range would be nice.
Currently there is a bit of work correcting or improving the file transfer behaviour, especially managing queue lengths send speed and other stuff that in my mind better fits into...
It seems to be impossible to move audio in and output streams via pavucontrol. When you try it just does not do anything (or maybe it switches back instantly).
while there is nothing wrong with allocations (well, besides the small runtime cost) they can potentially panic. therefore it would be nice to track their usage. this is probably a...
https://github.com/exavolt/python-phpass/blob/master/phpass/__init__.py#L102 add salt = salt.encode('utf-8') somewhere after that line
https://github.com/danburkert/lmdb-rs
It would be nice to be able to insert and retrieve values more easily, therefore i propose to include a (extremly trivial) blanket implementation for ToMdbValue and/or FromMdbValue for everything...