Jochum van der Ploeg

Results 45 issues of 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...

enhancement

**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...

enhancement

**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...

bug
good first issue

## 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...

feature
good first issue

**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...

bug

## 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...

refactor

## 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...