mwoz123
mwoz123
Thanks for answer. > What code your new one should replace? I am not sure. I meant duplicated code around handling break and microbreak I assume prerequisites for Daily limit...
``` { "microbreakDuration": 20000, "microbreakInterval": 1800000, "breakDuration": 300000, "breakInterval": 1, "breakNotification": true, "microbreakNotification": true, "breakNotificationInterval": 30000, "microbreakNotificationInterval": 10000, "microbreak": true, "break": true, "microbreakStrictMode": false, "breakStrictMode": false, "morningHour": 6, "microbreakPostpone": false,...
``` "screen": "1", ``` works for me. @hovancik Thanks:) should I close the bug with workaround or you want it to leave it until resolved ?
how about this: https://www.electron.build/configuration/snap ``` stagePackages Array - The list of Ubuntu packages to use that are needed to support the app part creation. Like depends for deb. Defaults to...
I confirm that data lost also happens on Android. If there is conflict, remote commit changes are "reverted"/removed/rolledbacked ( without any notice/warning or comment in commit!) And they are overrided...
I don't understand why this is used: https://github.com/denolehov/obsidian-git/blob/8b6d1f328293441a5c6ca189e8f38c83ad25dd1b/src/main.ts#L998 but this seems weired. It's used 3 times in the code...
As a workaround I always end up with using git from [termux](https://termux.dev/en/). I've simliar issues - obsidian-git is often even not able to perform a merge local changes when is...
@bearoxo is it executable? `chmod +x /data/data/com.termux/files/home/obsidian_notes.sh`?
It might be a placebo effect but I spot that synchronization works a little bit better if `Source control view` is not used on android. @Vinzent03 is it possible that...
My workaround for Ubuntu: 1. install [no overview at startup](https://extensions.gnome.org/extension/4099/no-overview/) gnome extension 2. install `xdotool` and [hyper-startup plugin](https://github.com/curz46/hyper-startup): ```bash $ sudo apt install xdotool $ hyper install hyper-startup ``` 3....