Sam Tobin-Hochstadt

Results 548 comments of Sam Tobin-Hochstadt

It's slightly different than what this guide is about, but I've helped some people who have slow Racket installs due to skewed timestamps on zo files that were fixed with...

Thanks for checking this.

I've reopened the issue to think about improvements for CS tanh. Maybe using Herbie (cc @pavpanchekha) would be useful here to come up with a better algorithm? For BC, I...

@pavpanchekha mostly I mentioned you because I wondered if Herbie could be useful here. For BC, we're not breaking it but we don't need to improve it either.

`tau` seems very likely to be used in some module that also imports `racket`, since all of `racket/math` is already exported by `racket`.

The example you showed works with this change, and not without it. One test fails for me in the `tests/openssl` collection both with and without the patch: ``` raco test:...

@LiberalArtist Have you watched people try this? What steps do they get stuck on? One thing I notice is that there are a lot of buttons in that dialog.

https://github.com/openssl/openssl/issues/20374 discusses this error message, suggesting that maybe proxy configuration is at issue.

I'm unsure about this change. `==` and `struct*` really are different from the other parts of the `match` grammar, which is why they're documented the way they are. But that...