Sam Tobin-Hochstadt

Results 470 comments of Sam Tobin-Hochstadt

We could just generate both tags in the HTML.

Yes, I think we should not introduce new parameters to this interface (it's also a big problem for Typed Racket).

I'm not sure what you mean. Are those in the grammar for JSON?

I don't think configuring the behavior of JSON parsing in this way is a good idea. Specifically for Typed Racket, allowing `#:inf+` to specify non-`jsexpr?` values is problematic.

The [pango changelog](https://github.com/GNOME/pango/blob/main/NEWS) has an entry "layout: Try harder to survive without fonts" for 1.50.7. What was the last version of pango that you know worked?

Rebol/RED was mentioned somewhere I was reading recently.

Probably! Thanks.

1. Danny Yoo implemented the full numeric tower, it's part of the wescheme implementation here: https://github.com/bootstrapworld/wescheme2012/blob/master/war-src/js/js-runtime/js-numbers.js 2. Modern browsers now have bignums, which would make that code a lot faster.

@jbclements you might find the `--checkboxes` option to `pkg-build-diff` helpful.

There's discussion of the test issues in https://github.com/racket/rackunit/pull/158. I think @sorawee opened PRs already for the remaining issues, but we should check with him.