Joe Politz

Results 194 comments of Joe Politz

What I think would help most is to write a function, possibly in Pyret, that has the signature: ``` fun error-to-rendered-error(error :: RuntimeError, stack :: List) -> ErrorMessageDoc: ... end...

Yeah that's a good idea. Just need to make a third widget – we have `stickMessage` and `flashMessage`, we need `dismissableMessage`.

Note that it will show up every 2-3 minutes to nag them, and then fade again.

We could ask for bigger Travis instances, though currently we're on the “ask for OSS credits” tier, so that may or may not work. If we know ballpark what we...

A thought: the compiler leaves compiled versions of each file in `compiled/.arr--module.js`. These could be individually minified, then a compiler rebuild would use those versions rather than the full versions....

Yeah, I need to figure out how to test this. I was _hoping_ something would break if they were gone because we use top-of-stack for some of the function call...

Don't work on Safari 10.1.1 (actually some do, some don't). https://code.pyret.org/editor#share=0B9rKDmABYlJVaVpta3FVc0wydG8

Actually, it seems to be an issue on newer Safaris as well.

Do you know if the picker API does embeds like this? I've only seen non-Google libraries for doing the embed. Can do some more research. I don't really think we...

I know @kfisler has some pain points here with organizing her files across TA teams and across courses, not sure if she can dredge up the memory or wants to...