Hugo Chargois

Results 6 issues of Hugo Chargois

I often see code ending with an `if` and two `return`s like this: ```go func foo() error { var err error = bar() if err != nil { return err...

needs-decision
new-check

I've noticed that button presses are sometimes "skipped", i.e. I press a button and no `BUTTON_UP` event arrives to the face's loop function. I've also noticed that the higher the...

Butterfly is a 2-player game of shape recognition and speed/reflexes. I believe it is the first multiplayer game for Sensor Watch, and it's not turn-based but real-time: both players play...

If the current CPU usage of a node is 0%, the nodes table doesn't show the CPU usage percent and "progress" bar. Before: ![Screenshot_20240424-232406](https://github.com/cars10/elasticvue/assets/535234/c6ca3bb6-2edf-42b3-8df2-c3143e971f6e) After: ![Screenshot_20240425-003413](https://github.com/cars10/elasticvue/assets/535234/168e6d71-6e74-4200-aa67-627d182c8e1d)

### Description A table that contains a binary column causes the JSON generated by the "Export data" feature to be invalid. For example, ``` { "select * from t1": [...

bug
xp:major
xf:datatransfer
sp:2
xf:encoding

## Overview This adds 3 new methods on `ManimColor`s: `darker()`, `lighter()` and `contrasting()`, which return new colors. ## Motivation This is useful to derive related colors from a base color,...