Jens Mönig

Results 174 comments of Jens Mönig

I like it! but... I don't see myself coming up with any time to work on this soon :(

We do want to support blind programmers and are looking into adding screen reader support. There are some mid- to longterm developments for this, but also a lot of roadblocks...

I'm not really concerned about performance. If I were able to call a screen reader api with whatever strings Snap would expose that would be wonderful and really quick to...

Thanks, Victoria! I'm about to make a rather quick patch with a bunch of urgent fixes that need to be released immediately this week. Let's look at this together after...

Thanks, Mary! I cannot quickly reproduce this myself. When I switch to Spanish and share a project of mine, the buttons lay out okay without any overlap. I do notice...

nope, sorry, not as a general purpose primitive for the impending v8.1 release. Why don't you add it to your MQTT extension?

Did you see the new `text to utf8` and `text from utf8` extension primitives? Don't those already do what you want?

yeah, the web services library would probably be a reasonable place to put this. We do have an extension primitive for importing a costume from a url since last summer,...

Coming in one of the next patches, I've already implemented it for the upcoming AstroSnap! extension.

An upvar *is* a script variable and scoped to the script. Not to be confused with a formal parameter, which is scoped to the ring (lambda expression) it is part...