khimaros

Results 284 comments of khimaros

@gnolooo would you mind enabling debug logging and getting me the log output? ```shell dconf write /org/gnome/shell/extensions/smart-auto-move/debug-logging true ```

i've now upgraded to gnome-shell 44.3 and have not had a crash yet. if this is specific to multi-monitor setup, it's possible that it is related to https://github.com/khimaros/smart-auto-move/issues/43

@gnolooo you can get the log messages from gnome-shell with `journalctl -f /usr/bin/gnome-shell` if there is nothing of interest there, you can enable debug logging from the smart-auto-move extension settings...

without save windows is fine. i'm curious if the crash produces a backtrace in gnome-shell. those lines may not contain the string smart-auto-move. see the journalctl command i provided in...

@gnolooo this should work for clearing your saved windows: ```shell gnome-extensions disable [email protected] dconf write /org/gnome/shell/extensions/smart-auto-move/saved-windows '{}' gnome-extensions enable [email protected] ```

@chenilim i like the idea of a general purpose "reference" type which could be used to reference another item. doing it in a flexible way that isn't too tied to...

if the APK is attached to releases as an artifact, users can keep it up to date with Obtainium. no built in updater required.

here's a good example of how this can be implemented: https://github.com/mirfatif/MyLocation/blob/master/app/src/main/java/com/mirfatif/mylocation/NlpBackend.java

i tried posefs1 through posefs6, none of them can be reached on port 443 ``` $ nc -4 -vz -w 500ms xkcd.com 443; for i in $(seq 1 6); do...

i've prepared a draft branch which implements this feature request: https://github.com/khimaros/obsidian-export/tree/wikilink-prefix it is currently lacking tests which cover this use case, but all existing tests are passing. please let me...