Eric Socolofsky
Eric Socolofsky
Note for future Googlers, I ended up with this error when i tried to `git-directory-deploy` while my internet connection was down. My deploy script switched over to my `gh-pages` branch,...
@ccampbell any chance we could get this merged? `mousetrap` looks great for our use case but the inability to properly unbind the event listener it creates is a show-stopper for...
Yeah, I ran into that too when trying to actually call `destroy()` from application code. Seems like that one change should not be in this diff.
Also just bumped into this when evaluating Mousetrap. Other than this omission, seems like a great lib. Why do we need to manually remove event listeners when cleaning up?
@fjenett the idea of mode-specific code within classes accessed only as needed by an interface is a nice way to handle things for a Java/Eclipse project. how would you do...
Just a quick note on what i imagined the usage scenario is here: The Processing IDE aims to make switching between target platforms simple, via the modes feature. It would...
@fjenett understood. that's why i started this enhancement report with "maybe a pipe dream, but..." at any rate, would be nice to have a simple solution to this. please keep...
@Swordmaster2552 this is exactly how things are done in an open source environment, thanks for making the effort! @fjenett / ben / casey et al., i hope now that we...
Alternatively, web workers might be used as a watchdog script, pinging the main script and halting it if there is no response after N ms. (Again, I haven't dug into...
Note: there may be some overlap with the "bounce" loop and reverse playback I implemented in this pull request: https://github.com/PrimaryFeather/Starling-Framework/pull/343 All these features sound useful, I think we have to...