Sophie Dankel

Results 94 comments of Sophie Dankel

This will be mostly solved by generating docs for the primitive type impls: https://github.com/FuelLabs/sway/issues/5957 Closing this as a duplicate.

This happens in `"apollo-server-plugin-base": "^0.9.0"` as well

I agree, this would be a good security measure. This code changes will be in https://github.com/FuelLabs/forc-wallet

Which version of OSX are you using? `which was built for Mac OS X 12.0` - Are you using 12.0 or higher?

This produces a file that looks like this: ``` toolchain = { channel = "beta-3" } components = { forc = "0.46.1", forc-explore = "0.28.1", forc-tx = "0.46.1", forc-deploy =...

I fixed the formatting issue and added tests for it. However I noticed it still pulls the wrong name for the channel by default. When I'm on beta-3, it pulls...

> > This test should pass: > > ``` > > ExportCommand { > > name: None, > > channel: Some("beta-3-x86_64-apple-darwin".to_string()), > > force: true, > > }, > >...

> if no toolchain name is provided(run only fuelup toolchain export), we will use the default toolchain name, in your local env, that's beta-3-x86_64-apple-darwin. Yes, and we should parse out...

https://crates.io/crates/rexpect is worth looking into for interactive CLI testing