Jens Mönig

Results 172 comments of Jens Mönig

very nice, I love it, thanks Zak! Will pull asap.

Do we really have an issue with rendering? Snap! really looks great and crisp on my non-retina monitor, and breathtakingly sharp on my retina one. One detail to remember is...

Hi Ken, this looks great! I'm excited that you're exploring the new extensions system. If you use the ES6 arrow notation for functions `this` is scoped differently than when you...

you could then also use the `url` block to first check your own domain, and if it times out / there is no result, you could call the primitive `load`...

a library can have a block that loads a JS extension from a url. Before you run that primitive you could check your own server, and only fall back on...

Yeah, I know, every hardware extension contributor wants to add their own category, so does mostly everybody else. I have - so far - felt rather strongly opposed to this,...

this looks like a bug, thanks, @brianharvey ! I should probably fix it...

hmm... on further investigation it turns out that it's more of a misfeature than a bug, because the continuation is the *slots* and not the *block*. Huh, need to rethink...

stopping everything doesn't *immediately* stop everything, only after completing the current atom. First, paused threads resume, then the "when I am stopped" scripts run, and last blocks that are directly...

nah, that's to be expected. If you're into meta-programming you can't rely on the order of things to stay the same, especially if you're mutating those things, inserting and removing...