Karl Viiburg
Karl Viiburg
Fixes #82 by calling `performBlur` when `@blur` event is triggered. Backwards compatible as the previous `$emit('blur')` is also called.
**Bug description** Built fresh 0.9.4 stable version (with MacOS SDK 10.15) and tried to open a valid 0.9.3 (might have been beta1) model. When trying to fix the model, it...
Adds support for creating Typescript migrations. Fixes #43 Changes add a `--typescript` flag: * knex-migrate will look for a `knexfile.ts` file. Can still be overwritten with the `--knefile` flag *...
### Steps to reproduce 1. Enable Contacts 2. Create a contact via Owncloud web interface in your addressbook 3. Try to download all contacts from the given addressbook via CardDAV...
## Description Updated typings for IsMobilePhone decorator usage to better reflect of the actual functionality of ValidatorJS's validation. Notable changes: * support setting locale as `"any"` to validate against any...
Doing this all on an Ubuntu 24.04 server. ## Steps 1. Cloned this repo 2. Built a base Sonoma image - `docker build -t docker-osx:sonoma --build-arg SHORTNAME=sonoma --build-arg SIZE=30G .`...