Ben Cheng
Ben Cheng
Currently it is not possible for client to access certain system table starts with underscore via Record API, but users can create the table with underscore and access it. Shall...
Currently we support array of every other object type (String, Number, Boolean, Object, Date, Reference, Sequence, Geolocation), but not asset. Use case is a product have multiple images, while we...
`transientInclude` should support array of references, there are many practical use cases that users need to eager load an array of references object (for example, fetch a user profile with...
When `overallCount` of a query is set to `false`, it return `undefined` for `_overallCount` in result which confuse users. - Skygear Server Date/Version: - Application Platform: - [ ] Is...
In some cases, users might want to use `VARCHAR(N)` instead of `TEXT` for string - Skygear Server Date/Version: #### Expected Results Support `VARCHAR(N)` correctly #### Actual Results App show `IncompatibleSchema`...
Currently users who want to deploy skygear locally instead of using skygear.io, need to figure out which plugins they want and how to connects everything together. We can provide a...
Currently, we have some environment variables config which are only applicable when a certain store is used, but they're mixed in the same namespace. I think it would be more...
Hi this is Ben from Creative Commons Hong Kong here. We have noticed that the license chooser for zh_HK translation is not available on the website and we would like...
If Dry Run is true, should display description of what will happen if the command run, instead of calling the AWS api.
Should be two options: 1. Disable compress on S3 side 2. Disable compress on DefaultCacheBehavior of Cloudfront