Joshua Batty
Joshua Batty
## Description Just a quick code quality pass on the forc doc repo. No new features.
## Description The means we no longer have to unnecessarily construct a vector and can just pass an iterator. This was suggested in the recent trail of bits report. ##...
This is a really useful feature I use all the time with rust-analyzer. 
I'm currently helping Fluid Protocol debug bad LSP performance on their workspace. The workspace had 20+ sway projects and 1 large "libraries" project that contain 20+ sway libraries. When clicking...
## Description Just some cleaning up to make it easier to have a dedicated tests folder with specific sway project fixtures. Similar to how sway-lsp is set up. ## Checklist...
Since we changed the "latest" channel to be the latest beta network, and not the latest hourly builds, the [original intent](https://github.com/FuelLabs/fuelup/pull/375) for this command no longer holds. We should rework...
Currently, fuelup is very verbose with what it prints to the console during installation. We should look at moving some of this information to the new log file in #522....
From Nick on Slack. Can we incorporate Rust installation into Fuelup? Ideally, a developer can just run `curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh` Which should give them the...
We added link check disable and enable flags around the following section in order to release the beta-4 PR. Once these links are live we should remove these flags. ```...