pako
pako
I saw the following warning trying to deduplicate a large BTRFS filesystem: ``` Deduplicating filesystem /root/.local/lib/python3.4/site-packages/SQLAlchemy-1.1.5-py3.4-linux-x86_64.egg/sqlalchemy/sql/elements.py:4230: SAWarning: Textual SQL expression '"Inode".vol_id IN (1, 2, ...' should be explicitly declared as...
FunctionDeclarationNode and ClassMethodNode both use FunctionTrait. It would be nice to add a common interface to these classes, so it would be possible to use it in type hints.
The following query: ``` $cassandraDatabase->query('UPDATE users SET field_to_delete = :empty_value;', array('empty_value' => NULL)); ``` causes the following error: ``` BigInt value 0 not an int in /home/pako_www/live/vendor/evseevnn/php-cassandra-binary/src/Protocol/BinaryData.php on line 145...