Mats Pfeiffer

Results 9 issues of Mats Pfeiffer

Avoid direct child access via $children. Parent components should only listen for specific IDs. e.g. - FormField Checkbox

enhancement

- snapshot testing the components at a minimum

enhancement
help wanted
tests

Dockerhub will switch to paid plans for automatic builds.

Seperate Android SDK, Flutter and emulator with multi stage builds. https://docs.docker.com/develop/develop-images/multistage-build/ - [x] Create base image - [x] Reduce amount of images and use variables to configure the version -...

improvement

Is it possible to improve file permissions?

question

I'am getting a deprecation warning which should be related to sharp version: (node:27161) DeprecationWarning: crop(position) is deprecated, use resize({ fit: "cover", position }) instead I'am using sharp v0.21.3.

Setting the quality option has no impact on filesize e.g. JPEGs ```javascript preset: { width: 300, quality: 50 } ``` Also the format syntax has no effect. I'am using sharp:...