wang
wang
Fixed: https://github.com/hirochachacha/graphql-auto-transformer/issues/9 ## changes * remove `createAt` support as Amplify popup it itself now * add `owner` field support * code refactor * update dependencies to match the latest version...
Hi, I'm really appreciate your work on this, without this plugin, I would have had to quit using Amplify...!! I found an issue with a usecase that the primary key...
I've just tried the code exactly as same as in the doc, but seems like it won't work. ```ts declare function get( object: O, path: AutoPath ): Path declare const...
**Describe the bug** package.json with `"type": "module"` be set cause the following error when I run `amplify push` ``` Must use import to load ES Module: /Users/x/Document/www/src/aws-exports.js require() of ES...
I accidentally found that after I install this plugin, when I press F1~F4 key(on a macOS), a list shown up, if I select on one of them and press enter...
I wish this code will work so we can omit writing the code for `useField` for each field one by one. ```js import { useForm } from "vee-validate"; import {...
Thanks for the nice package! I added a new `@returnifempty` directive. I've been using this very frequently. Hope this can be merged.
The `/` has been deprecated, use `math.div` instead.
Hi there According to the doc https://firebase.google.com/docs/firestore/quotas#writes_and_transactions > Maximum number of field transformations that can be performed on a single document in a Commit operation or in a transaction :...
### Version 6.0.0-beta.10 I noticed that as of version 6.0.0-beta.10, this option is gone https://rollup-plugin-vue.vuejs.org/options.html#css The plugin extracts css from `...` and generate a css file by default. Can't I...