Closed gnl closed 7 years ago
I have to take a look on it. Thanks for your feedback.
Ok, I know the problem, works with the "node" version but not with the "browser" version, I have to fix how is exported the js underlaying code.
Thanks again for your feedback, I hope to have time to fix it tomorrow.
Fixed on master (I think) @niwinz must create a new release that with this, anyway, tomorrow I will test it a bit more.
Just tested, looking good! Thank you
released 1.0.1 with the last fix ;)
I was really excited to finally find a quality native math library for cljs, but we don't seem to be getting along just yet.
After adding the library to my project.clj dependencies and trying to require it in a namespace, the app throws the following exceptions on launch:
I suspect it has something to do with it being unable to find the underlying JS library, but really not sure how to troubleshoot this.
I tried installing decimal.js from npm and doing this:
It didn't change anything.