Joe Politz

Results 76 issues of Joe Politz

This is a general resource issue, but comes up most commonly w/spreadsheets. There's always going to be some limit on what can be loaded based on the machine you're running...

When moving the mouse over the test results, if it moves over several that are off-screen, the red "offscreen" indicator flashes many times. It ought to not re-flash if it's...

We were presenting (in Chrome) today, this file: https://code.pyret.org/editor#share=0B9rKDmABYlJVaUw0VjdiOE5DVzQ We were at a projector, not zoomed in too far, and a few times the images wouldn't show up the first...

``` include image include world var world = table: x row: 2 end fun update-world(w): table: x row: w.get-row(0).x + 1 end end big-bang(world, [list: on-tick(update-world)]) ``` I expect to...

Fix up the last-image PR (originally #191) to have the right stack management.

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...

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...

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...