Chris Nuernberger
Chris Nuernberger
Thanks Alex for the notification - its odd that arguments to the protocol functions can be primitives but the return type cannot be. I think there is a pretty good...
It appears to me that this happens when you pass in a function that doesn't have its source code thus the autodiff system can't autodiff. Keep in mind that functions...
Yep definitely a bug
Looking into this - alloc-zeros is guaranteed to return a native buffer and native buffers in general do not support boolean types as those are logical types with either 1...
Better error messages - where have I heard that before?? ;-) Good solution it makes great sense.
Hey - sorry of not responding quicker on Slack but honestly many people I think ask this question so an issue is definitely the best place to collect our thoughts...
git-sha for now. ham-scripted is slated for a review to make it just much simpler - the original idea was to make it sort of cljs independent so you could...
Well that won't round trip -- but neither do keyword map keys -- I agree that it should apply str as opposed to exception.
I think you need to break this down a bit. We don't know which module import is causing the crash so the first question is can you import any modules....
That design looks fine - PR is welcome :-).