Jochum van der Ploeg
Jochum van der Ploeg
# Problem to solve As a developer I want to have generic information of component being added or removed, so that I can add extra validation steps if I do...
**Description** As a developer I want to be able to watch a brick directory and have it rebundle whenever something in the brick changes. This would allow for quicker testing...
**Description** Currently if you run `very_good test --min-coverage 100 --recursive` it will go through each package it finds and run the tests. But if any of those packages don't have...
## Description As a developer, it would be useful if I could configure certain CLI parameters in a config file so that when I run the CLI locally or in...
**Description** I am not entirely sure if this is a "bug" but if I run the `very_good` command in a clean environment and stop (CTRL+C, CMD+C) the command without answering...
## Description Implementing shader hints for uniforms. ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which...
**Description** As a developer I often want to pass a color to my shader like so: ```glsl uniform vec4 myColor; vec4 fragment(vec2 uv, vec2 fragCoord) { return myColor; } ```...
**Description** As a developer, I want to use `umbra` directly in my Flutter app and generate SPIR-V binaries on the fly. but right now this requires the `glslc` command to...
## Description Implement the following relations: - `oneToOne` - `oneToMany` - `manyToOne` - `manyToMany` ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [...
## Description Make the `WhereBuilder` more versatile in it's API. ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix...