Conversation
This also adjusts the note review and adds the new "Show details" menu item to toggle verbose mode on and off. This has a corresponding config option "review_verbose".
|
Hi, I would be happy to help if you need me to. I cloned the repository and tried to run the tests. In both master and feat/better-listing, When running uv run pytest, I get 5 failed tests AssertionError:` assert 1 == 0 where 1 = <Result KeyError('Tim')>.exit_code , I think it has to do with fact I changed my profile name. How would you like me to test the new feature? |
That's strange. On my end, the tests run without issue.
If you clone the repo, go to the cloned path, check out the branch, and then run You can also activate the venv, in which case |
|
Thanks for the instructions. I was able to test my deck by activating the venv. The feature looks great for what I am trying to accomplish. The only minor issue that I found is that for cards with multiple lines, it sometime adds a bunch spaces at the end of each line (faint dots in the image). Here is what I mean when I run |
My guess is that those are actual spaces in the field content, which you should be able to observe if you e.g. do I'll look into it and see if I can reproduce something like it on my end. |
|
But all in all, it seems you find this more or less good already, so I might merge it this evening. Feel free to continue the discussion - I'll fix and push fixes and updates that come up during our discussion. |
I'm sorry to say I can't reproduce it... :\ |
|
No worries, thanks for the quick responses and getting the feature implemented so quickly. If I can definitively pinpoint the bug, I will let you know in the future. |
|
Great! And thanks for suggesting this - I'm going to use it myself as well! |


This adds
apy list-cardsandapy list-notesas discussed in #116.