stuta
stuta
Same error in miniconda OSX, python versions 3.10, 3.11 and 3.12.
The same error in M3 Mac Pro when running python melo/app.py and then clicking synthesize in MeloTTS WebUI.
That .slick-viewport `overflow-x: hidden !important;` prevents horizontal scrolling. So it is not a fix, it makes the screen unusable because you can't see the columns on the right. But with...
Can you give me info what files may need fixing? Is it only css or is some JavaScript running when inertia scrolling is running?
Debugging with iPad or iPhone is a little bit tricky. Let's try to clarify what I mean:   When the horizontal scrollbar goes to the start left the inertia...
Local inside loop generates a ton of garbage. ```lua local fun = require "fun" local operator = fun.operator local calls = 10 ^ 6 local function time(title, f) collectgarbage() local...