Owen Phillips
Owen Phillips
What problem are you trying to solve by having mdbook inside a docker container?
Looks like [mdbook's preprocessor trait](https://docs.rs/mdbook/0.4.35/mdbook/preprocess/trait.Preprocessor.html#tymethod.run) is expecting a result, and mdbook-plantuml [could be extended to return an error](https://github.com/sytsereitsma/mdbook-plantuml/blob/c156b53aad6d7bce8479e5406a4a3465c12714ef/src/lib.rs#L58-L59) if the rendering had failed.
Yes, that is exactly what I wanted! I think that opening on double click should be the default behavior. I see that it was for a brief time #9196 and...
It would be really nice to have a "Right Click > Open in github.com" or similar for lines that have a clear git blame.
> One challenge here will probably be that when you invoke `cargo metadata`, it downloads all dependencies regardless of how they're pulled in. So while we may be able to...
Looks like the `cargo metadata` fork was added on May 24, 2017 in https://github.com/mozilla/cbindgen/commit/d826d98b9e471f92170d2bd7b2771c2caa74f5e1 with the `--no-deps` option removed, and then dependency parsing was made optional on Jun 21, 2017...
It would also be nice to have this in the right click menu.
@Grey-Wind I do not understand your problem / solution here. Is your problem that you can't include JS in an mdbook so you want to add an additional-js field to...
https://www.reddit.com/r/aws/comments/scobtu/aws_ssm_machine_fingerprint_changed_after_os/ suggests that I may need to `aws ssm create-activation` again.
https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent-technical-details.html#fingerprint-validation seems relevant