GithubAnon0000
GithubAnon0000
# More Info The problem appears to be in this code: https://github.com/ankitects/anki/blob/1f9d943c8d33020301d449af3070f95617faf734/ts/editor/code-mirror.ts#L106-L144 Removing the `unsubscribe()` call fixes the issue, were the text selection disappears if the window is unfocused. It's...
Maybe we could add a menu entry named "Restart in Safemode"? Not sure how to implement it at the moment but it might be a viable "fix" that is easy...
> A less intrusive option is to have a popup on a new collection asking the user which scheduler they want to chose. In that case the message would need...
Essentially, this is similar to the way android does it regarding developer settings. I think it's good as it... 1. makes it obvious that changing the params is discouraged and...
> Also, is a11y an issue here? should the edits be trigger-able with just a keyboard? It should be. From an A11Y point of view, people should be able to...
Sure, more info is needed. Especially 1) steps to reproduce, 2) the output of the core dump as shown by the message: > [1] 1900783 trace trap (core dumped) anki...
Has this been solved by #4342?
You can already do that, e.g. using ``. You can also do syntax highlighting. I did it myself on my own cards and it works flawlessly. You should visit the...
> Anki versions tested > • Anki 24.xx Qt6 → typing lag present > • Anki 24.xx Qt5 → typing smooth, no issues The latest version is 25.x. Your issue...
I'd say create a small PR with one of the changes you propose. PRs do get attention, issues might fall below the radar. Personally, I'd love to see hardened shell...