Results 5 issues of Juha Rantanen

Just a feature suggestion. Instead of dropping babel-loader, it can be used together with esbuild-loader: ```js // define esbuild-loader const esbuildLoader = { // These could be used for the...

enhancement
help wanted

Thanks for this script, it's awesome! I found an issue with getting the cwds restored per window. Fixed it and adjusted the script a bit to my liking. I can...

I was wondering why the tween count in the manager was rising and noticed that when I was chaining non-expiring tweens, they were added to the manager every time on...

Would be nice if the internal `_from` of the tween would be updated on tween start. If I don't use `from()` I'd expect the tween to use whatever state the...

Hi, First of all, thanks for porting PyGI to Windows. I'm using it in a project but for some reason there are some performance issues. I was hoping if you'd...