Arunabh

Results 8 comments of Arunabh

So I looked into this issue and I think I understand what the problem is. When a new profile is created, this line ```typescript const locale = shim.detectAndSetLocale(Setting); ``` in...

The Performance tab shows a long running task (takes around 10 seconds) which leads to the measureForScrollbars function inside the CodeMirror package (node_modules) itself. It seems like the main problem...

Thank you for the help. I've added the necessary shortcut to [joplin/packages/editor/CodeMirror/createEditor.ts](https://github.com/laurent22/joplin/blob/40ae03c4389f024347dfb5066b60faf3be85dc6d/packages/editor/CodeMirror/createEditor.ts#L263). Now works for both the editors.

@PackElend label me please Link to introduction - https://discourse.joplinapp.org/t/introducing-marlsen/36358

Hey laurent, Overall, I think this PR already addresses the following issues, 1) Sorts numbers properly. 2) Sorts Notes, Folders and Tags based on the current locale (as per the...

marph91, Thanks for this, I have cherry picked the tests that you wrote. And yeah, I think the scope has gotten bigger than what the original issue mentioned. As mentioned...

I don't know why the build failed, seems like a weird issue. The logs say this - `/home/runner/work/joplin/joplin/packages/app-desktop/gui/JoplinCloudLoginScreen.tsx:30:8 - Unknown word (applicatio)` Edit: Seems like its a spellchecker issue here...