Giancarlo Erra
Giancarlo Erra
I solved renaming the libstc++ that was with fs-uae-launcher and creating in there a softlink to my own system libstsc++ that contained the .30 object, and it all worked. As...
Confirming not working on Ubuntu 22.04 will try workaround
For now my nearest solution is: ``` const scrollToCmd = () => { let element = document.querySelector(".cmd"); element.scrollIntoView(); } ``` and this listener ``` $(document).ready(function () { visualViewport.addEventListener("resize", () =>...
There's an additional bug happening once you have a long terminal and keyboard up/down a few times and scrolling etc. A part of the body background colour is showing "behind"...
Thank you. I confirm that the white space (in my case the background colour of body in place of background image) happens only in Safari, not Chrome (or it's hidden...
It sounds like it's not going to be fixed (by them) anytime soon, not surprised, but if Chrome is following then maybe JS hacks is the way? The one I...
Until we get this feature (great feature request), do you have any suggestions to deal correctly with HTTP error codes or error messages like the model overload? Do I understand...