Peter Gaultney
Peter Gaultney
Thanks for this plugin - it's nice to have this running constantly inside PyCharm. There may be a way to do this, but it's not in the README as far...
* cattrs version: 0.9.0 * Python version: Python 3.6.5 * Operating System: Mac OS Mojave ### Description Structuring a dictionary to a custom @attr.s type, with defaults provided for all...
## Version information Fil: 2021.12.2 Python: 3.7.12 (default, Dec 20 2021, 11:33:29) [Clang 13.0.0 (clang-1300.0.29.3)] Additional context that could be valuable is that this is on MacOS Monterey on an...
## Describe the bug **Command Name** `az storage blob directory download Extension Name: storage-preview. Version: None.` **Errors:** ``` 'NoneType' object has no attribute '__name__' Traceback (most recent call last): python3/dist-packages/knack/cli.py,...
So, probably my biggest issue with Robot Army as it currently stands is the way that Squads of Terminator bots are basically unstoppable. This is two-fanged issue - 1, the...
In the README, it is stated that the DFU Packet GATT contains two Properties (Write without Response and Notify), while the DFU Control Point GATT contains one Property (Write with...
**Describe the bug** ``` E1130 09:09:01.313973 10871 proxy_server.go:147] Error while proxying request: getting credentials: exec: executable kubelogin not found getting credentials: exec: executable kubelogin not found ``` **To Reproduce** Happens...
Poetry Version: 1.3.2 Python: 3.8.12 Virtualenv Python: 3.8.12 Implementation: CPython Path: /Users/peter.gaultney/work/COPIES/ds-monorepo/libs/simtools/.venv Executable: /Users/peter.gaultney/work/COPIES/ds-monorepo/libs/simtools/.venv/bin/python Valid: True System Platform: darwin OS: posix Python: 3.8.12 Path: /Users/peter.gaultney/.pyenv/versions/3.8.12 Executable: /Users/peter.gaultney/.pyenv/versions/3.8.12/bin/python3.8 - **pyproject.toml**: [here](https://gist.github.com/petergaultney/c08accd5bae96b3baa62b85ee73a8586)...
#### Wave SDK Version, OS 1.0.0, Mac #### Actual behavior calling `await run_on(q)` returns False and fails to route if `__wave_submission_name__` is not `#`. #### Expected behavior This is undocumented...
# Bug report I think mypy 1.6 has broken your plugin again. It seems like their API changes quite a lot. :( ## What's wrong ```python my_partial = returns.curry.partial(foo, bar=baz(1))...