Anton Whalley

Results 178 comments of Anton Whalley

Awesome news - Thanks for the update!!

Hey @pepoviola very cool - i'll take a look

Looking at mdbook implementation https://github.com/rust-lang/mdBook/blob/master/src/cmd/watch.rs#L109 A watch should be put on the src folder and the test code executed.

As per zulip conversation with @pepoviola Workspaces could be an a good way to package multiple baseimages - https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html Also cargo-chef is worth investigating for a more structured approach to...

Had a look at https://github.com/LukeMathWalker/cargo-chef. It's a very similar approach to the way we are doing builds already but chef is explicit with it's caching definitions and layering. It's good...

Now that we have a couple of templates this might be worth some further consideration. The story so far is that templates have an images folder that currently stores dockerfiles...

Thanks @timbuchwaldt We have shutdown external actions on the IBM GH repos for security reasons so the build validation steps need to be internalised before this will pass. Let me...

Hey @timbuchwaldt I have updated the test runners to use plain cargo commands so this should pass now. Would you mind rebasing so we can close this off? Thanks

Likely a left over from early investigations - Which option did you set it to?

Hey @act-mreeves thanks for the feedback and interest in the project. 1. What are some additional troubleshooting steps I can do to make sure this is setup correctly? From the...