https://snap.berkeley.edu/snap/snap.html#present:Username=rixthetyrunt&ProjectName=current%20version
Uses no JS!
https://snap.berkeley.edu/snap/snap.html#present:Username=rixthetyrunt&ProjectName=current%20version
Uses no JS!
cool, i imagine this could be used to prevent bugs in projects caused by snap! version differences.
Although now it returns 10.1-dev
...which it also does for the actual dev version, which appears to be 10.2?
It grabs the version from a single serialized block, then it gets the app
value, which in turn is just the IDE_Morph.serializer.app
string. This is also used when exporting projects, so I dunno.
39 posts were split to a new topic: Dynamically populating dropdown input slots
holy loly
what? does that not work?
it does but the pipe solution is cool
yeah, I just made that script since I was thinking about the pipe block, and how it could have saved me tons of time with the variable usage like here, and when using nested call w/ inputs in my other projects, and I just happened to come across a situation just like that.