RuboGubo
RuboGubo
Issue Type: Feature Request @dataclass class Entity: TotalValue: float debtor: str creditor: str x = Entity(3.2, 'George', 'Fred') x.debtor = 8 The IDE does not warn you that you have...
Similar to protonDB, make the website pull data from various sources/from other websites that permit the data being copied and upload it as another item in wikipeadia.
Add the ability to animate variables, similar to how desmos does it. Why: It would help the user gain a better understanding of how a change in a variable affects...
### Is your feature request related to a problem? Please describe. It would make it a drop in replacement for people(me). ### Describe the solution you'd like Have an option...
closes #173 It might be an idea to add a feature flag for this, but it's up to you, just shout if you want me to add it.
Just as the title says, support using the rgb crate (https://lib.rs/crates/rgb) instead of it's own custom RGB struct.
Just as the title says, support using the rgb crate (https://lib.rs/crates/rgb) instead of it's own custom RGB struct.
**Describe the bug** Using devenv with java and gradle causes the test runner to not work **To reproduce** Please provide an [Short, Self Contained, Correct (Compilable), Example](http://sscce.org) by [creating a...