ElTopo

Results 23 comments of ElTopo

I use an app named ZArchiver (paid version) https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver.pro it has a "saved passwords" feature: the app keeps a list of saved passwords, when you create compressed archive (zip/7zip/tar/bzip/gzip/xz/lz4...), you...

@alexbakker it seems that #276 was trying to deal a similar problem, but I am not sure "replace" is the right approach... I'd like to see something more like "merge...

@alexbakker How about giving us a "clean up duplicates" button so we can at least manually do it?

Well I thought it would be nice for wslbridge to provide a "service mode" that it does not connect to mintty while still can run some bash processes in the...

it seems like tmux lost stdin/stdout. I just turned on tmux verbose log, there were millions of these lines: ``` 1492880625.964822 @0 active pane not changed 1492880625.964852 event dispatch enter...

I personally recommend that don't waste time on this. It's pretty hard for a plugin to figure out if a database has been changed or not. If user press "Save"...

Please also consider adding - **onPanStart** When user starts dragging to move the photo (usually by tap-hold-move) - **onPanFinish** When user finishes dragging to move the photo and - **onScaling**...

> Any update on this? AGH killed my 2 sdcard. I give up on historical stats. A few days stats and queries while running is enough. I disabled stats for...

I found the easiest way to write log/db in memory is: ``` sudo systemctl stop AdGuardHome.service cd AdGuardHome rm -rf data ln -sf /dev/shm data sudo systemctl start AdGuardHome.service ```...

Another idea: optinally, use a user-defined folder for saving/updating bookmark lists as text file(s), so the user can use a private git repo for commit/checkout/share bookmark lists. The user can...