Annaia Danvers
Annaia Danvers
Cool. I'd offer to fix myself, but I don't even have the tools for font making anymore. Glad to hear it was mere oversight. :)
I would generally prefer to stick to a mathematic like syntax for new features; this should be relatively easier to add and involves fewer ambiguities. Pick low/pick high though is...
Also, I might add that in the meantime, the existing iterable interface can already be used to emulate things like "drop lowest/highest". D20 advantage, for instance, is as simple as:...
Nesting is something I'll be looking into in the future. It'll require some cleverer logic for tracking depth than the current code was designed to handle, but it may be...
This is very strange indeed. I'm getting this same error trying to test on Windows as well, and I previously received by email a report from a user attempting to...
So after some further checking, I don't have this error on FreeBSD or, naturally, on the try-racket.org server. Presumably this has something to do with Mac and Windows behavior, but...
Excellent! This does appear to fix the issue on my end. I'll push the change to the repo; let me know if it fixes the Mac version.
Here's the fix commit. I can confirm that this got it working on Win8.1. https://github.com/jarcane/try-racket/commit/8f0750f0ab22f911f500a6bff8257a5c4e4b673e
Hmm. It seems this fix gets the code _running_, but does odd things to the exception handling on the sandbox. Now instead of a proper stack trace like I'd expect...
I'm afraid not. I had made an offer to the owner of the trycode.io fork but he never followed up on it. You can try that one here, though as...