Dylan McCall
Dylan McCall
Yep, looks like you got it, but just to confirm this was with Kolibri 0.15.1.
In learningequality/kolibri-installer-gnome#99, I changed the flatpak manifest to include this patch, and it appears to solve the problem I reported. There's one other issue over there which is probably because...
I can reproduce that issue as well. It looks like this commit attempted to solve the problem: https://github.com/h5p/h5p-interactive-book/commit/06eb6ff2dafd5d6aaee40c7808179038a4bbce87 However, it looks like there's a mistake here: https://github.com/h5p/h5p-interactive-book/blob/786c11ca05bf10bfeddac345cecc1967f0a1171a/src/scripts/app.js#L801-L819 It looks like...
Oh, I didn't realize there was a pull request for this! I added a note over here: https://github.com/vuejs/core/issues/13159#issuecomment-3215357316. I'd really prefer to see Vue adhering to the CSS spec in...
> This is how I hook up basically every bit of UI; I want to have it set its initial value and update itself anytime the underlying state changes, and...