Yuuki
Yuuki
humm... that's strange indeed. would you tell me these results? - nvpy version. - environment variables on a python process. You would be easier to run `strings /proc/${PYTHON_PID}/environ` to get...
I'm trying to reproduce this issue, but I haven't got a clue yet. To investigate this issue, may I ask the following questions? 1. What's the version and OS build...
I prepared the test environment and tried to reproduce this issue. But I found no issue. Could you tell me more detailed info? 1. Did you still have problems even...
Thank you for your reply. I'm happy to nvpy works on your PC :-) I rechecked in all test environments, but nvpy seems to work even if `layout = vertical`...
Thanks, @RosanneZe ! I succeeded in reproducing this issue. I will fix it at a later date. ```powershell # reproduce-issue-215.ps1 set-content -path ~/nvpy.cfg -value ' [nvpy] simplenote_sync = 0 layout...
I succeeded to reproduce this problem under those conditions. * DPI scaling > 100% * system default font size > 9 Changed the font size of message box by [Window...
The About dialog is too poor to display the license. Generate a `licenses.txt` when building binaries, and include it in a zip file. This method is probably the easiest.
I added simple benchmark codes for note sorters. The results show that AlphaNumSorter is 20+ times slower than other sorters. AlphaNumSorter may cause performance problems when nvpy manages many notes....
# Benchmark Result - The `refresh_notes_list_view` task is `O(n)`. When the first time synchronization, `O(n^2)` because it will be called n times. - The `refresh_notes_list_view` task is 1.6x slower on...
Is it a Windows environment? Poor performance on Windows is a known issue. See #213. I am planning a fix in the next milestone.