Jonathan Loske

Results 8 issues of Jonathan Loske

**Update**: This now occurred with both 4.4.2 Docker image and 4.5.0 Docker image as indicated in [my comment below](https://github.com/garris/BackstopJS/issues/1156#issuecomment-596457533) Our builds currently break with the newest Docker BackstopJS image, 4.5.0....

**Describe the bug** After upgrading to alembic 1.8.1, mypy complains about almost every single BatchOperations usage. Our migrations contain a lot of lines like the following: ``` with op.batch_alter_table("my_item", schema=utils.get_schema())...

bug
pep 484

Just what it says in the description. I put a little checker in a pre-push hook that looks like this: ``` echo "Checking if port 3000 is free" portbusy="$(lsof -i...

How do I start a new stack? Or do I have a wrong mental model and I shouldn't start a new stack? Background: I just finished working on a feature...

documentation

Continued from an Adevinta-internal Slack discussion: https://adevinta.slack.com/archives/C018Q6DJNCD/p1700139366823739 Problem description: When running `maiao` inside a `yarn`-based repository with pre-commit and pre-push hooks from `husky`, it fails with the following error: `fatal:...

It would be nice if a commit/branch could stay untouched if there are no changes to it. **Current behavior** Whenever `git review` is run, there is a force-push for all...

Branch names are useful for identifying features that are part of the branch. It would be nice if `maiao` could give the user some leeway over their naming. **Current behavior**...

We just moved our repository from one host to another. Subsequently, I updated `.spr.yml` to point to the new repo. Unfortunately, `spr` is very unhappy with this: ``` ❯ git...