Mats Pfeiffer
Mats Pfeiffer
Avoid direct child access via $children. Parent components should only listen for specific IDs. e.g. - FormField Checkbox
- snapshot testing the components at a minimum
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 -...
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:...