Max Marrone
Max Marrone
This is a centralized issue to discuss something that several people have reported here on GitHub. Internally, we're tracking this as [AUTH-56](https://opentrons.atlassian.net/browse/AUTH-56). # Overview It's possible to write a Python...
Here's what's currently on docs.opentrons.com: This is unclear because: * "Alias for field number _" doesn't make sense. * I think this is autogenerated somehow from this class's derivation from...
Most of my repositories use `main` as their default branch, but one of uses `edge`. It would be nice if I could configure a project-specific override for my global default...
This attempts to do what's described in https://github.com/pytest-dev/pytest-asyncio/issues/757#issuecomment-1985912818, to solve continued instances of issue #757: * ~~Add tests to catch any lingering `asyncio.get_event_loop()` `DeprecationWarning`s.~~ * ~~The existing tests are already...
**Describe the bug** If you have a config like this... ``` [gh-actions] python = 3.10.8: py3108 3.10: py310 ``` ...and your GitHub Actions configuration installs 3.10.8, this plugin will select...
## Overview ## Test Plan and Hands on Testing ## Changelog ## Review requests See comments below. ## Risk assessment
## Overview Delete some `@overload`s that didn't seem like they were doing anything, and reincorporate their parameter annotations into the main function definitions. Formerly, the main function bodies were mostly...
## Overview This does the interesting part of EXEC-676. See there for background. ## Changelog When a command encounters a defined error, it now enacts *two* state updates: 1. The...