Francesco Frassinelli
Francesco Frassinelli
Hi, I have a password containing Norwegian characters, like "ΓΈ". I found that `HTTPBasicAuth` generates a wrong `Authentication` header, as the base64-encoded password differed from what I computed and successfully...
It would be if `parse_timespan` could parse multiple values. ``` >>> import humanfriendly >>> humanfriendly.parse_timespan("3h") 10800.0 >>> humanfriendly.parse_timespan("4m") 240.0 >>> humanfriendly.parse_timespan("3h 4m") Traceback (most recent call last): File "", line...
``` $ prefect agent local start Traceback (most recent call last): File "/home/frafra/.cache/pypoetry/virtualenvs/genetic-database-R0Oa6_dc-py3.8/bin/prefect", line 8, in sys.exit(cli()) File "/home/frafra/.cache/pypoetry/virtualenvs/genetic-database-R0Oa6_dc-py3.8/lib/python3.8/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/home/frafra/.cache/pypoetry/virtualenvs/genetic-database-R0Oa6_dc-py3.8/lib/python3.8/site-packages/click/core.py", line 782,...
``` [error] Gitlab failure: "namespace.route" can't be blank, "notification_email" can't be blank, "notification_email" is invalid ```
While creating various hundreds of users, I got HTTP 500 responses, so I had to run the tool multiple times. All the failing users had a random password with a...
Passwords should not be set for LDAP users. GitLab API shows that password is an optional field: https://docs.gitlab.com/ce/api/users.html#user-creation
anosql is great for binding parameters, but what about identifiers? psycopg2 has support for that, using `format` and `sql.Identifier(...)`, so Python variables can be used to specify tables or columns.
When I use `fs.getinfo(path, namespaces=['details'])` I always get that the path is a file, even if it is a symlink.
#13508 has been closed based on the erroneous assumption that librtorrent did not supported mutable torrents (BEP 46), while it had experimental support since 2015 (https://github.com/arvidn/libtorrent/commit/ccc7e45406430e19348a539d5ca1435c0aac0074), which received various updates...