evan0greenup
evan0greenup
**Describe the bug** When add `from __future__ import annotation` in the beginning of the source file, it will raise error. **To Reproduce** Just add `from __future__ import annotation` in any...
### Issue description When add a local git repository as dependency, it will cause resolution failure. Here is the `Pipfile` ``` [[source]] url = "https://pypi.org/simple" verify_ssl = true name =...
**Describe the bug** When enable autopilot, after zooming a while, the autopilot will navigate the camera to blank (dark) region. After the whole screen become blank, the camera will be...
Currently, only single instance can be opened. It would be nice to make `notes` support multiple instance toward single database be opened simultaneously, because user may edit different pages within...
Currently, `notes` is only a executable without any command-line options supports. It would be nice to add argument parser in `main.cpp` to parse option like notes profile path ... This...