Snap icon indicating copy to clipboard operation
Snap copied to clipboard

a visual programming language inspired by Scratch

Results 244 Snap issues
Sort by recently updated
recently updated
newest added

This isn't a dramatic change, but a meaningful quality of life improvement. * Adds a search field to the library import dialog (see screenshot) * replaced the kind of odd...

I loaded in my old Mayflower tracking project from a couple of years ago and noticed that my menus were distorted in V8 ![image](https://github.com/jmoenig/Snap/assets/2357428/8943c075-4ace-4195-ba33-dd7615d17783) in V9 ![image](https://github.com/jmoenig/Snap/assets/2357428/23c3e2fd-9243-47bf-ad62-dd1239357304) using git bisect...

![Untitled script pic (2)](https://github.com/jmoenig/Snap/assets/3885074/23cf0326-d1e0-4192-b1d5-aaf4a1df0f33) ![Untitled script pic (3)](https://github.com/jmoenig/Snap/assets/3885074/534fbbf0-6b01-4c71-8f65-81b5deddc74a) This shouldn't lose information. I think it should report a list containing just foo, no ring, but I'll settle for anything that...

just a unfinished library about the combination of math and astrology (totally wont get accepted, no fake 100% real not clickbait)

I was trying to use SAFELY TRY to catch errors thrown with the ERROR command, but that didn't work, so I tried experimenting to see if I could catch _any_...

before adding config option new IDE_Morph().openIn(world); the url is `https://127.0.0.1:8000/snap.html#run:http://wwj718.github.io/post/img/snap-eclipse.xml` After adding config option: new IDE_Morph({lang: "zh_CN", noCloud: true}).openIn(world); The content after the hashtag in the URL will disappear: `https://127.0.0.1:8000/snap.html#`

I have a custom reporter that does a deep remove of empty items from a nested list and went to use it today and was getting unexpected results I have...

Make this block: ![untitled script pic (8)](https://github.com/jmoenig/Snap/assets/3885074/40425bf6-951a-4a84-b4d8-d21ae9fae981) (I was looking for an example of something that throws an error message.) Now drag out the MY block and drop it someplace...

bug
low priority
IDE

Hi All, :) If I have Snap set to Spanish, [this project file](https://snap.berkeley.edu/snap/snap.html#open:https://bjc.berkeley.edu/bjc-r/sparks/prog/U1/lab04/picture-of-a-pixel.xml&editMode&noRun?2024-03-12T14:45:45.733Z) won't load. What could be causing that? It's from [Sparks 1.4.1](https://bjc.berkeley.edu/bjc-r/sparks/student-pages/U1/L4/01-picture-of-a-pixel.html?topic=sparks%2F1-functions-data.topic&course=sparks.html) exercise 2. Thanks and happy (almost)...

![untitled script pic (2)](https://github.com/jmoenig/Snap/assets/3885074/ffd6d536-122a-4401-bec7-69a7cd6b3696) ![untitled script pic (3)](https://github.com/jmoenig/Snap/assets/3885074/523a6229-52ce-4cbe-8b14-36d8c69ca364) (By the way, if I leave out the MOVE block, then BAD REPORTER reports 0 instead of not reporting. I think that's...

bug
error handling