Chris Smith

Results 54 issues of Chris Smith

See https://github.com/google/codeworld/discussions/1473, reported by @smmohash

bug

I have a report that users of Family Link accounts (this is Google's system for limited accounts for children) cannot log in to CodeWorld. I should look into this.

bug

See #1480 for context

enhancement

I really want to migrate CodeWorld to CodeMirror v6. This is apparently now ready, but will require a fair amount of work to move over the custom logic. References: *...

enhancement

Another idea that came up in conversation with @alphalambda and LSU's people. Currently, we introduce things in effectively this order: 1. Rectangles and circles and text 2. Transformations, especially translation....

discussion

**Shared Program**: https://code.world/haskell#PpcrjDqEzZaVUG0a4_0b_Kg **Description** If a console program prints a lot of output, it gets very slow. The reason seems to be that instead of just appending the content to...

enhancement

When students enable "Inspect" on their programs, we want to: 1. Add a coordinate plane to the picture. 2. Convert all solid shapes to opaque outlines with translucent fill. This...

enhancement

I noticed that @alphalambda removed the `&` operator from their standard library, in favor of `pictures` (renamed to `combined` in that fork). I've had similar thoughts, and I wonder if...

discussion

There's been some confusion about functions that expect arguments in a certain range: for example, `RGB` expects its arguments to be between 0 and 1, but some users are passing...

error-message

``` ./casual-effects.com/markdeep/latest/markdeep.min.js: FAILED sha256sum: WARNING: 1 computed checksum did NOT match DANGER: Validation failed for downloaded third-party code; tampered with? ``` It looks like this pulls the latest version, and...

cleanup