Emil Hamrin

Results 8 comments of Emil Hamrin

Hey, think this will work util more UI is moved to Svelte. Would this be sufficient @dae ? [e-hamrin/anki#f900cf093d258fe77cfaadf3dd0565b603265e87](https://github.com/ankitects/anki/commit/f900cf093d258fe77cfaadf3dd0565b603265e87)

There is no setting you can change to turn this off. Disabling it would mean removing it from the source code.

> [@e-hamrin](https://github.com/e-hamrin) If you're interested in looking into it, a better general solution might be to add a check for `aqt.mw.windowState() == Qt.WindowState.WindowMinimized` to `tooltip()`. Thanks @abdnh, bit short on...

@JMannervik Feel free to look at it, probably need some testing to figure out the Qt states that are relevant. Let me know if you need any help.

Could probably take a look at this if it is of interest. I'm guessing that being able to run Anki in a docker container is not widely used?

From what I can see, due to changes in the build system as mentioned by @peppapig450, the Dockerfile will have to be overhauled. I have started working on a new...

I made some changes to the dockerfile [e-hamrin/anki#5826bcc1aa545908d647d32d29e9c81042e64f8f](https://github.com/ankitects/anki/commit/5826bcc1aa545908d647d32d29e9c81042e64f8f) Does this work for you aswell @peppapig450 ?

Nice! Yeah you are right. Made a new one using uv to install python. https://github.com/ankitects/anki/commit/c41d6e13f6a21faf42453c41679609a12c741175 PR #4321