Matej Drobnič

Results 337 comments of Matej Drobnič

> but basically the only advantage of switching to UUIDs is that each note has a unique name that doesn't change Yes, I realize that. And all those options that...

We have given you our reasons multiple times in above comments. Many of us consider note storage as code repository (as you put it nicely) and we want storage to...

What @mikaelmello said is true (at least first part. We DO care about future features.). If/when this app goes mainstream, only niche of us will care about file structure. However,...

Culprit appears to be this piece of code that switches spaces every time user taps on a notification from a specific space: https://github.com/element-hq/element-android/blob/c3b923c27def396c0ee42f179602d6ac98b63141/vector/src/main/java/im/vector/app/features/home/room/detail/TimelineViewModel.kt#L244 There was a setting to disable this...

Found a workaround, but it requires root: 1. Open `/data/data/im.vector.app/shared_prefs/im.vector.app_preferences.xml` with the text editor 2. Set `SETTINGS_PREF_SPACE_SHOW_ALL_ROOM_IN_HOME` to `true` 3. Force stop Element & re-open it

We came up with a script to do this thing automatically. It essentially copies all current images to a different folder, runs record task and then copies back all images...

Good idea, this one is much shorter. Although, it will only update failing snapshots, not the new ones.

Is there a way to enable verbose logging or something? I've also started experiencing this on one machine. I can't find the cause for it, but it happens with both...

I found the issue in my case: It's the update checking. I traced the code and I found that daemon freezes upon reaching that line: https://github.com/flameshot-org/flameshot/blob/3ededae5745761d23907d65bbaebb283f6f8e3f2/src/core/flameshotdaemon.cpp#L94. Thus, daemon is never...

Thanks that works! Although it's not initially what IntelliJ/Webstorm wants to import. Maybe there is a discrepancy between the source files and the dist? Maybe this could be added to...