arun
arun
The black bar on the top of the full screen view doesn't serve any apparent purpose. Consider removing it. Screenshot for reference: 
I need to display a large amount of text using a relatively smaller sized paragraph widget. I need to give the user the ability to scroll this text and therefore...
I tried changing the colour to transparent using #00000000 (RGBA), but the brush was still proper white. Couldn't find any info in the help section or in the how to...
I get the following error message when trying to run flutter-app-template project. ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message:...
The function `choose_color` strips the provided string of any color codes it may have. This function is run to populate the buffer during the initialisation of the program. However, the...
At line 209 and 216, it's still using `expect` instead of propagating the error further. Just not sure what would be the best way to do that. I can think...
Consider publishing releases to [crates.io](https://crates.io/crates/festival) and possibly contesting the squatted [festival](https://crates.io/crates/festival) crate.
I see in the examples that the `println!` macro is used directly for output, but using this or even `print!` flushes stdout before printing the next prompt, and this doesn't...
This is really unusual to a user who * Has iRust open in one window * Edits config.toml in another window * Closes and opens iRust * Sees changes to...
My Primary use case for `irust` is to test/play with crates I'm working on with `:add --path`. One annoying part of this is having to edit the source file and...