Jake Goulding
Jake Goulding
Ditto for the playground, where this is also an impact on file size. Clippy uses `cargo check`, so we have to generate an extra 135MB of artifacts and take up...
See #624 for related background (and around https://github.com/rust-lang/rust-playground/issues/624#issuecomment-1310886953 especially). TL;DR: Guessing if an arbitrary piece of text is a runnable Rust program is Very Hard. Right now, the playground uses...
Looks like an upstream issue and someone has already proposed a PR: https://github.com/ajaxorg/ace/pull/5572.
While I do have macOS, testing with Lockdown Mode is super onerous, what with the required reboot and then affecting ~everything I do normally, so hopefully you are willing to...
Heh, I've UTM installed for my Linux needs, so that was easier than anticipated. However, I'm not seeing the same thing: That clearly has syntax highlighting and bold weights, and...
My tests were with macOS 15.6.1; what about you?
Another data point is that my test is rendering with Menlo (monospaced) and Helvetica (otherwise), so it's not downloading any kind of Source Code Pro. This is corroborated by the...
I don't mind taking the documentation/style improvements, but I see no reason to change the Dockerfile. Notably, building the containers works fine on both my machine and in CI. At...
> Do you have any idea? Nope, because you never stated what the errors were 😉. It may also be useful to share what version of Docker you are using.
I'd expect anything here to mostly happen in [custom test frameworks](https://github.com/rust-lang/rfcs/blob/master/text/2318-custom-test-frameworks.md). There's also the problem that you can't [kill a thread](https://stackoverflow.com/q/55228629/155423), so anything either has to be cooperative or allow...