Mat Brown
Mat Brown
OK cool! I don’t want to be overly prescriptive about the implementation, so I’ll hold back my thoughts until you’ve formulated a proposal. Let me know if you get stuck...
Hey @wilsonj806 so that’s not a bad idea but Popcode’s architecture rests heavily on the Redux layer and React components are mostly just for presentational concerns. I know that’s become...
@ericandrewlewis this is more or less intentional—we don’t want to allow blocking pop-ups because of the live preview-as-you-type functionality. That’s why we [override `alert()` to use a non-blocking SweetAlert](https://github.com/popcodeorg/popcode/pull/157/files) when...
@alexpelan quite! somehow looking at the code in `generatePreview` yesterday I completely missed the fact that we’re defining `prompt()` too. Good point about using SweetAlert for `confirm()`—of course we’d have...
@cricklet cool! > In general, I'm not sure where to put the code related to this change! I'm open to suggestions to match the general organization style of `popcode`. *...
N.B. I think Cloud9 might do this to some extent? Would be worth exploring if they’ve published any open source code that might get us some of the way there.
Other useful things: * Highlight the closing tag/brace/bracket/etc. when you’re focused on the opening, and vice versa (pretty standard editor feature) * Highlight the actual portion(s) of the preview corresponding...
Hey -- I would consider this project abandoned -- feel free to pick it up if it would be useful to you! On Jul 1, 2011 1:28 PM, "pedroteixeira" <...
I'm having that problem with 1.9.2 as well; autotest also stops responding to changes in tests after the first time, usually. `ps` shows it waiting on `inotify`, which makes some...
@fidian okay sure, I’ll see what I can come up with. thanks!