Jonny Saunders
Jonny Saunders
Quoting here from https://github.com/Aharoni-Lab/Miniscope-DAQ-QT-Software/issues/67 because i never did for some reason: > The Qt6 transition is really almost done on https://github.com/Aharoni-Lab/Miniscope-DAQ-QT-Software/tree/feature-repro-build , the last remaining thing is to fix the...
looks like the failing tests are choices to make - the old behavior didn't honor the defaults set in the instance, so the tests confirm that. if we want that...
fwiw, came across this while googling, not sure why it wasn't mentioned but within a page you can control the depth of the in-page toc by using `:tocdepth:` at the...
if we're talking refactoring i am thereeeeee i'll put it on my calendar. every friday?
> poetry update does not require you first to run poetry lock eg here is what we get if we do it today on poetry itself that is what `poetry...
> The problem is that you have allowed your pyproject.toml and poetry.lock to drift apart. the weird thing is that they didn't, and the divergence was caused by [a combination...
please read the rest of that sentence. i'm just about done with poetry unless there are any other devs that aren't intent on missing the purpose of the issue, this...
I'm not in charge of that repo. I don't approve the pull requests. I don't ensure that everyone did everything in the right order. I am just trying to help...
```diff --- a/poetry/console/commands/lock.py +++ b/poetry/console/commands/lock.py @@ -20,6 +20,10 @@ class LockCommand(InstallerCommand): " version of pyproject.toml. (Deprecated) Use" " poetry check --lock instead.", ), + option( + "show-updates", + None, +...