SolarLune
SolarLune
Hello - no, I think the issue still remains. And I'm sorry; I think my test code didn't exhibit the problem I was having. Here's a simpler test case that...
Hello - sorry again for the confusing discussion; it's been awhile since I was testing Risor out, so please forgive me for being confusing. In addition, in my previous post,...
Hello - this PR does seem to resolve the issue I was having; thank you very much! Creating dedicated wrappers would probably be better for performance, yeah - I might...
Hello - I haven't thought at all about doing beat or rhythm analysis since I wrote that. If I were to do it, I would probably try to avoid using...
This should still work, as far as I know - are you using Wayland + Linux, by chance?
Sorry for the late reply on my end as well! I've been sick, and then very busy over the past week or so - my free time was not in...
Hello - the difference is that I'd like to not call `py.RunFile` twice, just once. Unless I'm misunderstanding, I have to call it twice currently because passing `nil` in as...
You could reuse / store more variables (e.g. in this example, you're primarily concerned with the `writeSomething()` function, but you can store the VM, the compiled program, and, primarily, the...