You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to use (convolve kernel ~rect) rather than (convolve kernel) I get this error in the console and the convolve doesn't take effect
library.js:525 Uncaught (in promise) RangeError: Source is too large
at Uint8ClampedArray.set (<anonymous>)
at Library.convolve (library.js:525)
at interpretList (lisp.js:111)
at async interpretList (lisp.js:108)
at async interpretList (lisp.js:108)
The text was updated successfully, but these errors were encountered:
I'm trying to figure it out, but it seems to be working from me. The error seems to say that the selection what too big, maybe it filled your memory or something?
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 and see if I can find anything
Whenever I try to use
(convolve kernel ~rect)
rather than(convolve kernel)
I get this error in the console and the convolve doesn't take effectThe text was updated successfully, but these errors were encountered: