code.pyret.org
code.pyret.org copied to clipboard
Website for serving Pyret to folks.
(I know this is a tiny nit to pick. Feel free to close as "wontfix") This has happened a few times: on my laptop screen (1440x900), I try to use...
I'm seeing several cases of teachers getting confused when going from examples to functions, and not actually using their parameters in their code (the code refers to the constant on...
It would be useful for reactors (in CPO) to have a built-in pause button, or even a configuration option called `pause-key`. It's a lot to _implement_ pause on your own,...
This picture is from the standard data science data set. There are a few columns that are too small to get a pixel to hover over them so there is...
A student in cs173 is unable to open their gdrive files in CPO. They write: > When I try to open a file from my google drive, it says: >...
If I do `npm run start` to start a local server running the site, and it fails because the port is already taken, the terminal will keep outputting ``` Error:...
Especially for images, it'd be cool to have something like https://codegeekz.com/10-jquery-image-comparison-sliders/ to scrobble between the actual and expected outputs and visually see the difference. For structured data, we might want...
tldr: I just witnessed the version of a file edited in code.pyret.org get out of sync with the version of the file viewable in GDrive. ---- A student was working...
@AdamDeHovitz (I think) asks why he can't ``` include my-gdrive("interp/interp-code.arr") ``` Supporting the directory tree structure will make it easier to organize stuff.
Say, I have two Pyret code open: `a.arr` and `b.arr` where `a.arr` imports `b.arr`. I run `a.arr` and find that `b.arr` is wrong, so I edit and republish `b.arr`. When...