Marcin Ignac

Results 287 comments of Marcin Ignac

Sure but instead of ``` var gl = { }; var val = ctx[key]; gl[key] = (function(key, val) { //debug stuff })(key, val); ``` can we do ``` var val...

I understand that as it's not a good practice. Maybe that should be another issue threat then. Let's then add 'debug' mode for now that exists on exception? On Mon,...

So is this expected behavior? On Wed, May 22, 2013 at 10:54 PM, Dean McNamee [email protected]: > Because it's still double buffered? > > — > Reply to this email...

Yep but I would expect ping pong so you never see the drawing but it shouldn't flickr to black. Look at the video, it's pretty bad. Just tried similar thing...

It's attached to the previous email On Friday, May 24, 2013, Dean McNamee wrote: > Video? > > — > Reply to this email directly or view it on GitHubhttps://github.com/deanm/plask/issues/23#issuecomment-18433707...

Hi, > Or is the idea to measure how long the processing took and adjust the > timer? > > This is a good idea. I just though about the...

I've just hit the same problem when trying to use `circos` with budo/browserify...

@lifeBalance @jirsbek here you go https://atom.io/packages/atom-mac-terminal

@lifeBalance Heh, the whole point was to open a new tab. I guess we could add an option to skip adding new tab in the settings. Please add the idea...

Is there any way to implement per component selective updates like in React shouldUpdate? For complex UIs diffing gets expensive. Example use case: - small multiples NxN matrix of svg...