Xavier Olive

Results 56 comments of Xavier Olive

Thank you for the update. Indeed, that structure is not great now đŸ˜ĸ It would need a serious refactoring that has not been done yet (and it's too late for...

Even without adding "Quarto", we can run "LTex: Check current document", but the results don't update as we edit the text, so you have to run it all over again....

integrated in #458

Hi @kylebarron I see there have been some version update since our last discussion. Is there something related to our topic that I should be particularly aware of?

Would it be enough to just edit that line (with `macos-14`)? https://github.com/axodotdev/cargo-dist/blob/80e4f88cd5d0fbfa9006334f0d5d3d532873fd05/cargo-dist/src/backend/ci/github.rs#L281

I see, thank you! Here is what I need to run for Windows. Ideally, I would just add this to the generated `release.yml`. Isn't it overkill to go with build.rs...

Thanks for jumping in @ashleygwilliams Yes indeed, I think it would be reasonable to have something basic in the Cargo.toml starting from ```toml [workspace.metadata.dist.dependencies.script] target1 = "script_target1.sh" target2 = "script_target2.sh"...

Hi @ashleygwilliams I will try to come up with something, although I cannot commit to any ETA. I am quite new to Rust, but will do my best and ask...

So eventually, I am starting with the complicated part :) My approach (maybe completely wrong/overkill? Feedback is definitely welcome...) is to create a new struct `TunnelledIO` based on `tunnel` and...