Guillaume Gelin
Guillaume Gelin
Implemented by @MassimoGennaro in #244. Thanks again!
FWIW I don't like McFly's confirmation in the first place. What do you think of skipping the confirmation in a first iteration, disabling the shortcut by default and adding an...
As a workaround, you can use seq: `context-color -e "0,15,$(seq -s, 232 255)"`
Not usable in my use case, because we version our devtools (with mise) and want to provide standard developer environments. Ended up managing the virtualenv with Python itself and installing...
It was good enough but a terrible DX honestly. It took me quite a while to figure out the first time I've seen this problem (and thought it was a...
I think the real problem is that the migration process is not clear. I would have expected that removing the `event_loop` fixture would be enough with `asyncio_mode = auto`, but...
@k4leg Why not just use two distinct layouts and add a Qtile key to switch between the two?
Hello @jpjoux! What would you expect exactly?
With the latest version of `openapi-python-client`, we should now be able to always call `raise_for_status` (see the discussion [here](https://github.com/openapi-generators/openapi-python-client/discussions/254#discussioncomment-6710070)). @stdietrich, @jpjoux, would that be a solution for you?
Actually, I have the opposite problem. 6.x is breaks my tests with both pytest-vcr and pytest-recording: https://github.com/kevin1024/vcrpy/issues/893