RGBCube

Results 33 issues of RGBCube

Ive noticed that this library uses classmethods to mimic an async `init` magic method, but by using the `new` magic method in a clever way we can do it directly...

### Describe the bug Calling an option[fn(...)...] isnt checked ### Expected Behavior V compile error ### Current Behavior error: function pointer expected (TCC compile error) ### Reproduction Steps ```v struct...

Bug
Unit: Checker

### Describe the bug Compile error (C error) ### Expected Behavior For it to compile ### Current Behavior C error (undefined function) ### Reproduction Steps Run `v run test.v` ###...

Bug
Need reproducible example
Unit: cgen

### Describe the feature ```v import db.sqlite struct User { id int } fn main() { db := sqlite.connect(':memory:')! users := sql db { select from User }! dump(users) }...

Feature Request
Unit: Compiler
ORM

### Describe the bug RUNTIME ERROR: invalid memory access ### Expected Behavior compile error ### Current Behavior RUNTIME ERROR: invalid memory access ### Reproduction Steps ```v struct Foo { f...

Bug
Unit: Checker

### Describe the bug ```v struct Crasher { value int } fn crash(c [1]Crasher) fn () { return fn [c] () { println(c[0].value) } } fn main() { crash_fn :=...

Bug

something like ``` Summary: Performance: A > B ≈ C RAM Usage: B > C > A ... ```

### Describe the bug As the title says, when you set a custom prompt command, like starship, it gets called every time you input another character. This isn't really noticeable...

needs-triage

Could you unignore dist/ and upload it to the git repo please? Would make packaging a lot easier and faster (eliminates xcursorgen and inkscape dependencies, no build step etc)

## Description A baritone integration would be great, a GUI would make waypoint management and other things in Baritone a breeze. Baritone also offers a good API, so I think...