[eureka@nixos]

Results 50 issues of [eureka@nixos]

As of #4546 we now have dependency docs built and can start adding links to these docs so that something like: ```rust // dep mod foo { pub trait Foo...

enhancement
forc-doc

```rust fuelcoin.really_long_field.other_really_long_field.foo().bar().baz().quux(); ``` should be: ```rust fuelcoin .really_long_field .other_really_long_field .foo() .bar() .baz() .quux(); ``` To elaborate further, this applies only to `swayfmt`. Logic needs to be added to handle the...

enhancement
good first issue
forc
formatter

We should avoid using `.pop()` and the like, and find work arounds for the current use cases that implement it. This will help us avoid creating unparsable code resulting in...

good first issue
forc
code quality
formatter

There are sections in `swayfmt` that implement parts of the config that are not the default, such as `always_next_line`. We should remove these for the time being or implement them...

forc
code quality
formatter

**(1) Issue/Bug Description:** Cannot change Active Hint Color, or Active Border Radius from dropdown menu 😞 Trying to change the Hint Color olor results in the menu closing, nothing happens...

The Rust book has an [appendix that details language operators and symbols](https://doc.rust-lang.org/book/appendix-02-operators.html#appendix-b-operators-and-symbols) in a table with an example of each operator's syntax and a description of its use. I think...

good first issue
The Sway Book

Adding this for posterity in case someone else finds themselves here. My particular use case was for nightly formatting like so: `cargo +nightly fmt` in a script that formats all...

Closes #45 Extends the documentation of the contributed functions section to showcase how to use the `gtkThemeFromScheme` function to set a GTK theme from a wallpaper.

Currently we have the same logic formatting `struct`, `enum`, `configurable` & `storage` for field alignment. This logic could possibly be more generic so we can reduce code bloat.

good first issue
forc
code quality
formatter

Bugs: - `forc` version (run the command `forc --version`) - `rust` version (run the command `rustc --version`) - operating system and version - copy and paste the following into separate...

good first issue
forc
formatter
P: low
documentation