Iksas

Results 13 comments of Iksas

I followed the instructions in https://github.com/texstudio-org/texstudio/issues/2568#issuecomment-1256020370, which allowed me to install all dependencies required to compile Texstudio with three commands: wget https://github.com/sunderme/homebrew-poppler-build/releases/download/22.09.0/poppler-qt6--22.09.0.big_sur.bottle.tar.gz brew install ./poppler-qt6--22.09.0.big_sur.bottle.tar.gz brew install qt pkg-config

Correct, it's Raspbian. I'm using the default terminal on macOS Bug Sur (11.6.1) via SSH.

Possibly related: On macOS, the glitches don't occur, but instead the network graph never completely returns to zero when there is no traffic. A single spike remains, and reappears in...

I have published a fixed version of Media Import here: https://ankiweb.net/shared/info/129299120

I have published a fixed version of Media Import here: https://ankiweb.net/shared/info/129299120

Somewhat related: `/etc/pihole/setupVars.conf` contains the password hash of the web interface, and is world-readable. This can make it easier to brute force the password. Could it be a solution to...

Sorry for the long delay. I agree that unpacking a tarball with the original ownership doesn't make a lot of sense. On second thought, I think that the container /...

Thanks for your review. I added tests as well as the changelog fragment. Are there further improvements that need to be made?

@Akasurde I added some integration tests. Additionally, a broken test has been fixed in 975c36b (unrelated to this PR, likely caused by a past update of the `hello` package).

I can remove the duplicate tests. To make sure I understood correctly: You want as many tests as possible to be implemented as *integration* tests, not as *unit* tests? This...