vectro
vectro
Because `optgroup.group` and `optgroup.option` do not have hints on their return types. mypy generates errors at the call site like `Untyped decorator makes function "cli" untyped`. I think this could...
Did this service die? ;-(
## Steps to reproduce 1. Set up a Sqitch project where some changes’ deploy scripts are missing. 1. Run `sqitch deploy` Or equivalently, run these commands: ``` sqitch init ......
On Oracle, Sqitch runs the SQL\*Plus command `WHENEVER SQLERROR EXIT SQL.SQLCODE`, so that we can detect errors. However, on UNIX, SQL\*Plus will return the actual error code modulo 256, which...
If a test has multiple scenarios, we currently throw an exception the first time we call `toMatchSnapshot()` with different data. But then we miss the opportunity to update the rest...
### Your message to us When creating stacked MRs in GitLab using git-town, it would be nice if Git Town were to automatically add a merge request dependency, so that...