Simon

Results 20 issues of Simon

With fixes being rolled out, documentation being updated and features being added it would probably be a good idea to have explicit version numbers and releases in order to communicate...

enhancement

Further work on #24 This PR makes the engine bonk if `Noble.Settings.setup` is called without any arguments, or with `{}`. Being able to detect a dictionary being empty actually took...

### Describe the feature Instead of using positional arguments for both required *and* optional parameters, I suggest that we use positional arguments for required parameters and a list at the...

enhancement
help wanted

Solving #13 --- In addition to creating a `NobleSprite` with a path to an image or spritesheet, this PR adds the possibility of creating a `NobleSprite` by giving supplying the...

In [**Noble.lua** at line 91](https://github.com/NobleRobot/NobleEngine/blob/10d3ca03382d93b1726fd73c175f45c1bdd7d970/Noble.lua#L91) you set `Graphics.sprite.setAlwaysRedraw(true)` when the [**SDK Documentation** specifies](https://sdk.play.date/1.12.3/Inside%20Playdate.html#f-graphics.sprite.setAlwaysRedraw) that it *can* be faster only in very specific circumstances (namely when you have a ton of...

**Is your feature request related to a problem? Please describe.** Use `gum table < test.csv --height 3` when `test.csv` has 10 rows. It will display a table that has 3...

enhancement

**Is your feature request related to a problem? Please describe.** Use `gum file $HOME`. Notice you have no way of quickly jumping to a folder and have to manually scroll...

enhancement

**Is your feature request related to a problem? Please describe.** Use `gum pager`: It shows keybindings at the bottom. Use any other component : No keybindings are shown. **Describe the...

**Is your feature request related to a problem? Please describe.** Use `gum filter`, unlike other components you can't scroll using standard keybindings (HJKL). Shortcuts like `g` or `G` don't work....

Adding a 'vibrance' slider could be a great addition. The difference between vibrance and saturation is that saturation will affect the intensity of every pixel in an image while vibrance...