Joshua Batty

Results 105 comments of 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. ![Screenshot 2023-09-29 at 10 25 55 am](https://github.com/FuelLabs/sway/assets/1289413/1f04a25f-26fb-4705-8cc2-2131c140c1ee)

@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. ![Screenshot 2024-09-09 at 3 36 23 PM](https://github.com/user-attachments/assets/a9e5073a-6762-4850-92df-d1e0a6bc447c)

The current API i've sketched up looks like the following. ``` pub enum LoopMode { Normal, Reverse, Palindrome, } ``` ``` pub struct VideoPlayer {} impl VideoPlayer { /// Construct...