Joshua Batty

Results 67 issues of Joshua Batty

## Description Just a quick code quality pass on the forc doc repo. No new features.

code quality
forc-doc

## 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. ##...

code quality

This is a really useful feature I use all the time with rust-analyzer. ![113020670-b7c34f00-917a-11eb-8003-370ac5f2b3cb](https://github.com/FuelLabs/sway/assets/1289413/a124f169-91af-4e7e-b126-f89d413d7491)

enhancement
language server

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...

language server

## 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...

code quality
forc-doc

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...

bug

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....

fuelup

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...

fuelup-init
fuelup

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. ```...

ci