Braqzen

Results 102 issues of Braqzen

`forc new bad-documentation --library` on `forc 0.24.1` produces inconsistent highlighting in the library name. `documentation` should be the same color as `bad`, correct? ![1](https://user-images.githubusercontent.com/103777923/189874525-af0bf1c0-dea1-48fe-8b78-0abed43dccd5.png)

bug
language server

It would be nice to do ```rust use interface::{abi::ConnectFour, events::{DrawEvent, MoveEvent, WinnerEvent}}; ``` instead of ```rust use interface::{ConnectFour, DrawEvent, MoveEvent, WinnerEvent}; ``` and the file would look like ```rust library...

big
language feature

## Context The `SUMMARY.md` creates a navigation bar on the left side of the screen that becomes scroll-able when it gets too large. It may be beneficial to split up...

### Context Programming takes effort and the language has a lot of syntax that is repeated for example: - `const const const` - multiple quotation marks - using `next`, `previous`,...

This is trivial to implement given the usage of `delete`. Context: Sometimes the program is implementing bugs and edge cases into itself that do not make sense. It is important...

When running ```sh forc deploy --url node-beta-2.fuel.network/graphql --gas-price 1 ``` on `forc 0.33.1` with a `forc wallet` account that does not have enough coins for deployment the error message is...

enhancement
forc

## Description Closes #4661 ## Checklist - [x] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [x] I...

The Sway Reference

## Description Closes #4656 Added `getters` to forc workspace because it wasn't in there for some reason. ## Checklist - [x] I have linked to any relevant issues. - [...

The Sway Reference

The Sway Reference