code.pyret.org icon indicating copy to clipboard operation
code.pyret.org copied to clipboard

Website for serving Pyret to folks.

Results 182 code.pyret.org issues
Sort by recently updated
recently updated
newest added

Arity mismatches and a few other errors use a heuristic of "the top user-defined stack frame" to guess the location to report. If the stack doesn't have any frames (for...

When we get a `401` response from GDrive, we should be re-authenticating silently in the background. If this fails, we need to alert the user somehow, because it causes weird...

Search and replace functionality on code.pyret.org would be really great.

Once we merge https://github.com/brownplt/code.pyret.org/pull/268, there are some issues Joe and I noticed white taking it for a test drive: - [ ] `def//` is still a problem when pressing up...

The histogram function only seems to work for certain bin sizes, like 1, 2, 5, 10 but doesn't work for other numbers, such as 3, 4, 6, or 7. The...

A teacher reported that their students have had a lot of trouble getting the center divider to move on iPads. I'm not sure if it's touch events not doing the...

The top of this trace tree is cut off by the frame of the trace box: ![image](https://user-images.githubusercontent.com/35852177/44813241-59d7c080-aba7-11e8-8028-ddbb43d7aa81.png) Result of tracing the code: ``` fun hi(s :: String) -> String: greeting...

The font is barely readable (for example, I couldn't recognize that the blip on my screen between call and value was an arrow until I looked very closely). Would also...

notional machine

This pull request adds a TensorFlow library to Pyret for the development of programs with machine learning capabilities. It's a transfer of the code from [this pyret-lang branch](https://github.com/ZacharyEspiritu/pyret-lang/tree/pyret-tensorflow) to CPO....