Alexandre Erwin Ittner
Alexandre Erwin Ittner
The new API proposal for avatar transfer (as in https://github.com/irungentoo/toxcore/blob/af881e820a3f4b3d8f629c1cfd192fed049254f7/toxcore/tox.h#L1381 ) lacks a way to tell the image data format to the other peer (currently only NONE or PNG, as...
I was facing some timeout issues with feed-generating commands that may be affecting other users too so follows three commits with small improvements. They are separate changes, but also closely...
Add support for POSIX message queues; all symbols are protected by #if directives for systems which don't support them. TODO: mq_notify still unsupported, as luaposix have no support for the...
This new property allows the client to know in which pod a virtual machine was commissioned (if any). Very useful for building dependency trees between machines.
Docstrings still called this module as it was in python2.7; update them to use the name from python3. Mostly useful as a reference for people who need a custom cookiejar....
I originally sent this as a discussion issue ( #1203 ), but it was more than four months ago and the feature already proved itself valuable for me and I...
I am proposing a new view mode for Liferea that shows all feeds in a single level, similar to the reduced view mode but also showing the feeds with no...
Start a SQL transaction before importing the back and commit it at the end of the process. This has no much effect when using in-memory databases, but makes everything *really*...
We need at least version 3.27.0 to VACUUM an in-memory database into the output file. Check at runtime if this dependency is met by the dynamically linked version.
Add a command line switch "--man-page" to print an automatically generated manual page to stdout.