Mark Ingram
Mark Ingram
Some discussion on cross language Yarn PnP integration here: https://github.com/evanw/esbuild/issues/154#issuecomment-634854150
Being able to click between the different pod log streams in the UI would achieve a lot of what was requested here - I saw https://github.com/tilt-dev/tilt/issues/4590
I started the ball rolling in https://github.com/LukeMathWalker/cargo-chef/pull/169 - it is working against a simple local test - if it looks promising to eventual merge I'll add an integration test next....
Wrote up a workaround to this issue in https://github.com/markdingram/cargo-chef-multi-workspace
After it is possible to do: ``` cargo chef cook --no-build cargo fetch ```
NB. It all works fine if the cljs compiler `:main` needed for precompile is dissoc'ed from the compiler opts prior to starting the Node REPL
Done 🎉
I think this would follow on nicely from https://github.com/LukeMathWalker/cargo-chef/pull/169 An earlier version had a "collect_local_packages" that walked down from the workspace_packages collecting all local manifests https://github.com/LukeMathWalker/cargo-chef/commit/585a0f5e8784e2be0dc0c9da0dfb5d4915f703a4 Realised that wasn't necessary...
Hi @ibigbug - if you are still interested here could you check that the example in https://github.com/open-telemetry/opentelemetry-rust/pull/1861/files would help?