Ang Li
Ang Li
@HaniKali You could try my repository, it was tested on Raspberry Pi 2 ArchLinux ARM. [dkms-rtl8812au](https://github.com/meoow/dkms-rtl8812au)
@HaniKali I see your kernel's version is 3.18.9-v7, so I'm assuming you are using Raspbian with stock kernel. Note that the stock kernel lacks certain modules for 8812au driver loading...
Yeah I think it's more like an AppImage issue, 'cause any apps who can create autostart shortcuts by themselves are affected by this. It's not really up to ss-qt5 developers...
编译zbar并不非得需要Qt,我直接用--without-gtk --without-python --without-npapi --without-xshm --without-xv --disable-video --without-qt参数编译zbar,在mac下编译的ss-qt5可以正常读取图片和用capturer读取二维码。
I encountered the exact same bugs in 0.20.6, both shifted name when the there is empty file. and the "ValueError: read of closed file" exception bug when using `writef `...
I found one way workaround for compressing empty file is using a `io.BytesIO(b'\x00')` instead, so the file is not empty anymore but rather one byte file containing single NUL character....
Unrealistic or at least not easy to implement. It is not like an instant messaging app in which you communicate to the real person, this could easily create conflicts if...
Is there a workaround for this? For instance, changing the file's mtime inside ISO object after it was added by `add_fp` or `add_file`.
> You configured the macvlan a bit differently than described in the README, as I dont know what effect `macvlan_mode=bridge` will have. > > In any case, I would suggest...
> I am 100 percent sure that my suggestion will solve your problem. > > The reason why you currently cannot connect to the other machines is because only the...