Tim Radvan
Tim Radvan
Ref #58. This probably has implications for the generator & backpack plugin.
As discussed elsewhere, we should have an API for invoking `nearleyc` from a script and/or in the browser. Then we can drop `docs/using-in-frontend.md` entirely. Ideally, we would do this without...
Hi @bijection! Playground is still lookin' fine :-) @hardmath123 and I were wondering if you'd thought of publishing the CodeMirror mode included here as a separate package? Might be useful...
Found via [scratch-corpus](https://github.com/scratch-tools/scratch-corpus), loading `Variable Names.sb2`: ``` /usr/local/lib/python2.7/site-packages/kurt-2.0.7-py2.7.egg/kurt/__init__.pyc in value(self) 951 """ 952 if self.kind == 'variable': --> 953 return self.target.variables[self.block.args[0]] 954 elif self.kind == 'list': 955 return self.target.lists[self.block.args[0]] KeyError:...
Found in test `test_SpriteMovementForVoltageGames`. I can't remember/don't know if the `comment:` selector is from Scratch 1.4 or Scratch 2.0. Anybody have any idea?
``` ValueError Traceback (most recent call last) in () ----> 1 kurt.Project.load('Desktop/bob') /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/kurt-2.0.5-py2.7.egg/kurt/__init__.pyc in load(cls, path, format) 254 (name, extension) = os.path.splitext(filename) 255 if format is None: --> 256 plugin...
Python hates certain wave files. ``` Error: unknown format: 17 ``` For example [this one](http://cl.ly/1m2v2C3C4338).
If new scripts are added to a Project, we can calculate their height and use this to set a more helpful `y` position on the script, rather than blindly overlapping...
List watchers now show up in two places. The one in "lists" is for backward compatibility. The one in "children" allows interspersed ordering with sprites. Kurt's loading code needs to...
Add a KurtPlugin for the file format used by [Snap!](http://snap.berkeley.edu).