Geoffery Miller

Results 14 comments of Geoffery Miller

> I actually discovered this when I was trying our app in Firefox 3.6.28 (don't ask why, just kill me now...) I think anyone looking at this repo seriously as...

+1 it seems like a fairly manual process to make these custom builds. I would like to help with this process - at the moment it seems like it's a...

I created the following to perhaps help you. I don't know if it demonstrates exactly what you are looking for, but please ask if I can clarify anything. You can...

I re-read your post and understand what you are looking for now. I don't know how this would be accomplished; sorry for misunderstanding :)

Did this work before? I think it's a fair thing to block for security. Although, allow-modals could be set to the sandbox to let this pass through: https://github.com/enjalot/blockbuilder/blob/3553b60ff02b5dd20d6fc4a331ddbd4de74d455f/public/js/components/renderer.js#L73

If working on this, this is the location that we inject code into the user code so that we can get the pips on the editor: https://github.com/enjalot/blockbuilder/blob/master/public/js/utils/parseCode.js#L252 Be sure to...

You're correct that the incomplete infinite loop may get executed, with no break out. As we all know, the halting problem is unsolvable, but we can try anyway. We explored...

I like the webworkers idea. I'll see if I can prototype it.

This can be likely accomplished using the technique used to communicate errors from the JS console. I like the look&feel of the jsbin console.

This is a similar issue with inlet as it relates to color picker selections https://github.com/enjalot/Inlet/issues/22