Thomas Moschny
Thomas Moschny
In Python 3.9+, the ABCs have to be imported from 'collections.abc' instead of from 'collections'. Fixes #33.
It should be made more explicit in the documentation, that `relativedelta` is assuming wall time semantics and not absolute semantics. This can be especially confusing when crossing DST boundaries: ```python...
Fix typo.
When using Gnome Shell, Tomboy is only accessible via the icon in the message area that is not always visible. It would be nice if there was a better integration,...
Would it be possible (e.g. using Travis and the pypa Images) to build and provide more wheels, especially a py2 wheel with speedups, in the manylinux1 variant?
This code https://github.com/tstranex/u2f/blob/d21a03e0b1d9fc1df59ff54e7a513655c1748b0c/util.go#L107-L116 compares the `facetID` to be equal to the `Origin`, as reported by the client. However, the [specs](https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-appid-and-facets-v1.2-ps-20170411.html) say: > If the caller's FacetID is an https:// Origin...
### Describe the bug Recently, the Rust room moved from `!rmJmWEyNJNeBFfzLyh:xiretza.xyz` to `!ifW4td0it0scmZpEM6:computer.surgery`. It seems my nheko instance didn't get the proper events. In any case I have now both...
## Please describe what you would like to see in ContainerSSH Please implement `enforceUsername` also for the `oidc` authentication method. Furthermore, logging could be improved. ## Please describe your use...
This input ``` DESCRIPTION GENERAL Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Key value AnotherKey value2 ``` is...
SSIA: the source tar on pypi corresponds to 0.0.5, while the whl seems to be built from current head. This might be confusing in itself, but all the more as...