Gautier P
Gautier P
I guess that one can use: ``` ObjC - (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation { [tpScrollView contentSizeToFit]; } ```
Yeah, I agree with you. I've tried implementing it (https://github.com/bagage/jawanndenn/commit/8c8e0cf5e308070052e5383857bad985b0538ecf), but it's somewhat not super clean. (I had to remove `filled-in` class for instance, as you stated on materialize issue...
@stackedsax sorry I stopped used it. Feel free to do so if you think it's valuable!
How would you approach that feature? Email based or browser-storage based or else?
Thanks for the long answer @pentix, I agree with most of it! I never experiencied **snap and flatpak** but I feel **snap** could be an intermediate (read *easier*) way of...
I could build the deb via docker, however I face the same actual issue: I don't have an enough recent version of libssh (`0.8.0~20170825.94fa1e38-1ubuntu0.2` vs `0.8.7` required) so I cannot...
Hey @pentix thanks for putting efforts into that :). I tried your tar gz and I end up in the same dead-end `bwrap: execvp qjournalctl: No such file or directory`....
Sure no rush, I managed to install it manually for now 😉.
I had a first error regarding a debian package that couldn't be downloaded: ``` E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/llvm-toolchain-8/libllvm8_8-3~ubuntu18.04.1_amd64.deb Undetermined Error [IP: 91.189.88.173 80] E: Unable to fetch some archives,...
OK I managed to install it but when running `qjournalctl` it hangs, doing nothing? even `--help` or `--debug` just hangs.