Andy Gimblett
Andy Gimblett
🤷♂️ Perhaps. There's quite a lot of space in the README devoted to automatically detecting/running `.nvmrc` files, with script examples, and which also specifically mentions avn as helping with this...
Another place where this shows up is parametrized tests which operate over arbitrary numbers of arguments, which is something I often use. Toy example: ``` @pytest.mark.parametrize( 'args', ( (), (None,...
I _appear_ to have it working on Big Sur 11.4 (fresh install on a 13" M1 MBP). I followed the instructions in the README under [Permissions (quarantine)](https://github.com/whomwah/qlstephen#permissions-quarantine) as suggested by...
Just as a reference for future travellers who google their way here as I did: #320 does seem to have answer, which is setting the `FERNET_KEY` env var... I'd created...
@mmain10 Sorry for the delayed reply... it was a while ago now but I think the answer is that yes, I deleted the persistent data volume.
@balrok Thanks - that's a good idea, and it looks like that strategy is working for me. Much appreciated!
> That was a very thorough assessment. Thanks. 😄 Partially this is just me finally learning how to properly use `rich` beyond just `rich.pretty`. > ... > > Would you...
For now I've worked around this by reverting to using [`MartinThoma/check-pip-compile`](https://github.com/MartinThoma/check-pip-compile).
I've just come across this issue too (with jupyter not bpython, but I guess it's the same thing); python 2.7.13 and beeprint 2.4.7.
Thanks, @maxfischer2781 ; I was using `assert False` in some tests I hadn't written yet (and marking them as `xfail`), and then hit B011, which led me to this page,...