Joshua Batty
Joshua Batty
Closing: Feel free to reopen here https://github.com/FuelLabs/forc if you wanted to continue with the PR.
These typo's have already been fixed in subsequent PRs. Closing.
Austin suggested we could place a link to the sway documentation portal when `the rustdoc book` is. 
@Samaro1 sure you're welcome to have a go.
Thanks @MorganJamesSmith . Eglot looks like it should work. Not sure if we will get time to add this support any time soon but happy to help advise if you...
Nice! sounds like good progress. We actually have a tree-sitter definition for sway here that you could use https://github.com/FuelLabs/tree-sitter-sway
Hmmm I don't see that behaviour. Is this what you were doing? ``` ~/Doc/r/fuel/fuelup josh/install_and_default *2 rustup show active-toolchain ok 14:33:35 stable-aarch64-apple-darwin (default) ~/Doc/r/fuel/fuelup josh/install_and_default *2 rustup toolchain install nightly...
Would you mind posting some screenshots or a video of the new functionality? Also interested in your response to Brandon's questions above.
Just noticed this is also incorrectly happening when `: str` is used. 
The current API i've sketched up looks like the following. ``` pub enum LoopMode { Normal, Reverse, Palindrome, } ``` ``` pub struct VideoPlayer {} impl VideoPlayer { /// Construct...