Matthieu Bizien
                                            Matthieu Bizien
                                        
                                    Roam does not seems to have an advanced de-duplication algorithm for notes. 1. A space at the end of a note title is not voluntary most of the time 2....
**Is your feature request related to a problem? Please describe.** I want to use Navi as a sysadmin, and install cheatsheets for all the users, to ease onboarding. **Describe the...
StackOverflow just reminded me of my [old post](https://stackoverflow.com/questions/28025739/vectorized-loop-for-dynamic-time-wrapping/28027537#28027537), where I made your implementation of dtw 435 times faster. I have no use of it now (the Kaggle competition has ended...
Hi, thanks for that nice project! I would like to control my bookmarks (mainly create folders, bookmarks) on the CLI. Is it on your roadmap?
Follow-up of https://github.com/huggingface/diffusers/pull/1357, and mimics Transformers https://github.com/huggingface/transformers/pull/20321/files#diff-82b93b530be62e40679876a764438660dedcd9cc9e33c2374ed21b14ebef5dba
Mitigate https://github.com/tqdm/tqdm/issues/370. Related https://github.com/tqdm/tqdm/issues/614. - [x] I have marked all applicable categories: + [ ] exception-raising fix + [ ] visual output fix + [ ] documentation modification + [x]...
I just discovered sqlacodegen, and it looks great! Combined with Alembic, I can do 2-way modifications of the schema, and keep everything synced. The git diff generated are very large,...
Like #35, I believe that project is a great educational tool, an impressive achievement, and a reference for clean Python code. Warnings F403 and F405 are currently ignored. That could...
Remove `from pyglet.gl import *`, and replace it with `from pyglet import gl`, as it's not recommended in the PEP8. > Wildcard imports (from import *) should be avoided, as...