Stefan Scherfke
Stefan Scherfke
In sublime text, the string literal prefixes (e.g, the "f" in `f'a string'`) and function arguments (names and values) are separate highlight groups: It would be nice if we could...
https://github.com/source-foundry/Hack
The `__all__` list in `cattrs/__init__.py` [contains GenConverter](https://github.com/python-attrs/cattrs/blob/main/src/cattrs/__init__.py#L22) but it is not imported.
It would be nice if Shifty would also change the Terminal profile when (un)setting Dark Mode. This would only require a check box, two input fields for the theme names...
**Is your feature request related to a problem? Please describe.** autodoc-typehint adds type hints to attributes of normal classes but not to attributes of attrs classes. **Describe the solution you'd...
This should fix #6. Also see http://blog.eustace.io/please-stop-using-arrow.html, https://pendulum.eustace.io/blog/a-faster-alternative-to-pyz.html and https://twitter.com/i/web/status/944203346738638848 ;-)
I am not able to parse timezones other an `Z`/`+00:00` with dtparse 1.3.2. ```python >>> dtparse.parse("2021-05-04 13:37:00+00:00", "%Y-%m-%d %H:%M:%S%:z") datetime.datetime(2021, 5, 4, 13, 37) >>> dtparse.parse("2021-05-04 13:37:00+10:00", "%Y-%m-%d %H:%M:%S%:z") Traceback...
Hi, it would be cool if you could also upload a source dist with the next release. This would make re-packaging (e.g., for Conda or Linux distros) a lot easier....
Is there a specific reason why `conda build` has `--channel` and `--override-channels` options but not the `--[no-]-channel-priority` option? If there is no specific reason, could you please add this option...