Hauke Rehfeld

Results 116 comments of Hauke Rehfeld

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs#browser_compatibility tabs api has a bunch of features supported already. Can you support tab syncing only at first? :dollar:

Same on Linux x64 plus some `lz4` undefined refs: ``` FAILED: Linux-x86_64/aliceVision_imageMatching-1.0 : && /usr/bin/c++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -march=znver1 -msse2 -msse3...

Hm, I'm not familiar with your cmake setup, but usually you have to include at least *finding* the library, so that you can later link against it. I'm not sure...

Can this be closed?

for me too, in a virtual archlinux box, latest git and community package $ rip offset find Checking device /dev/cdrom Traceback (most recent call last): File "/usr/bin/rip", line 41, in...

Freshly built from git. ``` $ signal-backup-decode -V signal-backup-decode 0.2.3 ``` I'm running into something similar, where over 9k frames get decoded before I run into HMAC verification: ``` signal-backup-decode...

(I was already trying > This also happens with --no-verify-mac and error still happened) Backup was freshly written, but I will try another one

Meh, my error was NOT related to signal-backup-decode. I saved signal backups to the sd-card, which was formatted with exfat, which cut off the file at 4gb (but for some...

Can you give a full example of your code? What are you trying to achieve? 3 Oct 2020 01:29:27 marquardts : > Instead of failing hard in L20[https://github.com/hrehfeld/python-keepassxc-browser/blob/master/example.py#L20], I would...

Well, not sure what's going on, but why don't you just catch the exception and loop with a timer until you `c.get_database_hash(id)`?