Heinz Wiesinger
Heinz Wiesinger
## Description NFS as a filesystem supports certain special characters (like '?') that are valid within a URL. These characters cause filenames to end up truncated in the db, resulting...
Python 3.4 added the asyncio module into the standard library, but starting with 3.5 we can make use of the "async def" style syntax. Python 3.8 deprecated the current decorator...
Currently beets treats every track as exactly one physical file. That is, both sets of information end up in one table in the database and are used combined in the...
This is a request for comments on introducing namespaces to php-resque :slightly_smiling_face: The files are reorganized quite a bit to make namespaces more natural. I summarize as best as I...
## Pull Request Type - [x] I have checked there is no other PR open for the same change. This is a: - [ ] Bug fix - [x] New...
Support autoloaders that rely on the include path and don't check file existence before trying to include a file. Autoloaders not checking file existence before trying to include the file...
Now with libgit2 0.19.0 being tagged, it would be cool if we could have git push api support in php-git :)
Integration test for https://github.com/phpstan/phpstan-src/pull/1503
#7741 changed parameter names for check_tcp to update for a change in monitoring plugins. Unfortunately, this change in monitoring plugins is incompatible with the version of check_tcp shipped with nagios-plugins....