Emmanuel Schanzer

Results 234 comments of Emmanuel Schanzer

How is this different from using [`text-font`](https://www.pyret.org/docs/latest/image.html#%28part._image_text-font%29) with courier as the font?

We ignore [font-family](https://github.com/brownplt/code.pyret.org/blob/horizon/src/web/js/trove/image-lib.js#L1392), not font-face, due to old browser bugs (which may no longer be an issue). IIRC, CSS treats font-face as a superset of font-family, which means it's pointless...

1) Given that the REPL has rich values (lists, structs, test results), I can foresee some more complex interactions there in the future. That being said, I think we should...

@jpolitz I tried this out using a contrived table, to see if the Google Charts library did better. It does seem to draw a 1px line for extremely small bars,...

@blerner this issue is ancient, and overall GDrive opening seems to have been stable for quite some time. OK to close?

@blerner I'm assuming that 1. CPO has changed enough in the last half-decade that this PR is no longer usable, and 2. That with Anchor coming down the pike, this...

Given that IE7 use has dropped to below 3%, and will likely be even lower by the time we switch to whalesong, I think it makes sense to punt on...

In the runtime, color-list->bitmap and image->color-list rely on canvas.getImageData and putImageData, neither of which are supported by the ExCanvas library. I explored adding this back in 2010, but it would...