Results 43 comments of Connor Dooley

If it helps, I'm using Windows 10 and the latest version of Ronin as of October 31st.

I wouldn't think so, since I've tried it with many different sized rects. Maybe I have something in my settings limiting how much memory Ronin can use, I'll poke around...

Is anyone working on this? I'd love to see this feature

Perhaps the padding trick could become a plugin and the `aspect-ratio` could be moved into core

Is there a way to release it as a beta verion on Chocolatey? That way people who want it despite the remaining issues could still get it.

I'm seeing this issue too, hope to see it resolved soon! Edit: I've found that [this work-around](https://github.com/jest-community/jest-extended/issues/367#issuecomment-944333554) is working for me

Why use an entire validation library? ```js if(inputstr.indexOf("http://") < 0 && inputstr.indexOf("https://") < 0){ console.log("No scheme found, defaulting to http"); inputstr = "http://" + inputstr; } ``` That's all you...

Would `#[extern("foreign_file.*")]` only allow including oak files, or would it also allow including files written in the target language?