Eric Huss

Results 723 comments of Eric Huss
trafficstars

Hm, I can't think of a particular reason that *appending* shouldn't work. There are some circumstances where you can end up with multiple toolchains in PATH, but assuming the DLLs...

Credentials like `token` are just regular config files. The `--config` CLI option should work to specify a file that has your token values. However, as stated above, it is probably...

What do you think about keeping integers and floats as separate types? The model API will need to differentiate between them (currently it panics when it sees a float), and...

Is there a reason the text of a token is not used in the parser? It would be easy to say `if BARE_KEY && text == "inf"` to emit a...

Thanks! Seems like it would be great to fix this. Do you happen to know if there is a way to test how Google generates the snippet? Or do you...

You will likely need a preprocessor for that use case.

I'm going to close per the comment above.

@c410-f3r Can you update this from the changes in https://github.com/rust-lang/rust/pull/124987?

To support heading attributes, the version of mdbook in https://github.com/rust-lang/reference/blob/0b805c65804019b0ac8f2fe3117afad82a6069b8/.github/workflows/main.yml#L22 needs to be updated to the latest version (0.4.40).