John Snow

Results 10 comments of John Snow

The shipping bin is also now movable, but I don't know when that started. Maybe v1.5, too.

OK, I wasn't sure if there would be pushback to a parade of new options, but I can route a --3way option for now and leave something more generic/powerful for...

I see this behavior too, with simply a `--keep-outdated` -- it breaks the Pipfile.lock because it does not update the hashes for the package you update. $ pipenv --support Pipenv...

> @mogoh and @jnsnow Have you tried this with `pipenv==2022.1.8`? I'll check again on Monday. I see you are proposing removing selective-upgrade, but I was seeing problems with --keep-outdated, too....

We've been using mypy for [qemu.qmp](https://pypi.org/project/qemu.qmp/) and for the internal qemu packages in the qemu tree. It's OK. In the areas where it leaves something to be desired, it feels...

The workaround posted above isn't suitable in a multi-monitor environment; it means that if a certain application that I am using has focus and is using wayland, guake opens on...

working on it, apologize for the slowness here. There's a bit of work to do in order to extract the library out from qemu.git so that patches can be contributed...

Is this right, actually? If you have manually set an explicit --to and it gets saved to the branch configuration, isn't it semantically the case that the *branch* has more...

+1 ``` pylint 3.2.5 astroid 3.2.2 Python 3.12.3 (main, Apr 17 2024, 00:00:00) [GCC 14.0.1 20240411 (Red Hat 14.0.1-0)] ``` ```py def main(): try: raise ExceptionGroup() except ExceptionGroup as exc_group:...