Arthur Milchior
Arthur Milchior
The main problem is that API's unit test seems not to be tested by our CI. No idea how to fix that. But it probably should have been detected sooner....
First commit allows to use «history» in browser and edit field. In those case, it does not restrict the search to the current deck. This has been requested recently on...
- [ x] In case of a bug: Have you tried restarting Anki? - [x ] Are you running the latest version of the add-on? Have you redownloaded the add-on...
Hi. I'm on ubuntu. I've got pip. I did sudo -H pip3 install jupyter and then jupyter notebook I then try to create a new notebook. And it shows a...
- Mentionning real-time queue - typo
Reading about queue, and your sentence mentionning that it would require traversing the sequence of nodes, I felt slightly bad. I love Okasaki's work and feel like honesty requires to...
If I were to implement tests for list in any most other languages, I consider that I would check that iteration don't change the list, that we can iterate twice...
It was done sometime. I believe consistency makes sens here, it seems important for a test to ensure that next's `next` also behaves correctly. Sometime, two None are tested. I...
I also moved iter_mut instide default implementation of list, as there was no reason to be separate. The other ones are not. The consistency was ensured by doing a manual...