Peter Uithoven
Peter Uithoven
One hacky partial solution to fix this for the 50% width is to slightly increase the base corner step from `0.5` to something like `0.501` This can be done by...
I installed Quicktile v0.3 on another computer with elementary OS and this issue seems solved :tada: .
Damn, sorry, just noticed that even though it works on my LoDPI external monitor, the issue still occurs on my main HiDPI laptop screen.
Ahhhh. Makes sense! That indeed works. It might be good to clarify that in the documentation for noobs like me. I'm happy to make a suggestion?
What spec are you referring to? I naively assumed all the icons, even symlinks are just available for use.
I get the following error in my browsers javascript console > "Failed to load 'ep_linkify/static/js/index' for 'ep_linkify/main/client_hooks/aceGetFilterStack': Error: The module at "ep_etherpad-lite/static/js/security.js" does not exist."
Including security using `require('ep_etherpad-lite/static/js/security');` instead of `require('ep_etherpad-lite/static/js/security.js');` seems to fix the issue. (In file _ep_linkify/static/js/index.js_)
It should be getter easier with [Electron Forge](https://electronforge.io/) or [Electron builder](https://www.electron.build/)
I'll have another look at making the title adapt to translation updates, but I don't think what you're suggesting will much. In the `data` the `currentParent` already gets that `'/...
What do you think about this approach?