-
-
See screenshot of the certificate chain when going to https://code.pyret.org in chrome. When using safari, it works fine and has a different chain.
-
Pyret's `empty-scene` currently takes two arguments: width and height. WeScheme's `empty-scene` takes a third, optional, argument for (background) color.
Should we add a third (non-optional) argum…
-
The current language tables are inheriting the styling of the outer table when they shouldn't be. Can these tables be given a CSS class or id (since there's only one per lesson), so I can style them a…
-
```
> .2
```
produces an error with a link that says
![image](https://user-images.githubusercontent.com/75030/28781391-e36247aa-75d7-11e7-8d0e-1b1e4f2eb2d5.png)
Mousing over this produces the rea…
-
I'd like to be able to draw the wedges of a pie-chart, or to draw PacMan. To do this, I think I want the following signature:
```
pie-wedge :: (angle-in-degrees :: Number%(between(0, 360)),
…
-
Don't know if this is a known issue or not.
Code to reproduce:
```
[{}: ]
```
-
-
Consider this program:
```
include image
fun trap(base1, base2, height, clr):
above(
(right-triangle(height, (base2 - base1), "solid", clr)),
rectangle(height, base1 , "solid", c…
-
```
import gdrive-sheets as GDS
nutrition-sheet = GDS.load-spreadsheet("1YXOMMSdpKwsiGzFE8SY7LJXEvuAHNBzw1RgJYuxSvZc")
```
works fine, but
```
include gdrive-sheets
load-spreadsheet
```
g…