Yuval
Yuval
Thanks for that! I would also add this adjustment to `getValues`: ```js getValues: function() { var self = this; return { left: self.__scrollLeft - (self.options.centering ? self.__leftOffset : 0), top:...
Any news ?? not being able to create new apps from existing code sounds like a high priority bug... any workarounds aside from deleting the existing `amplify.yml` ?
Any news on that? Thx.
Maybe.. but the least is to just make it work like a numeric/text input is working by respecting the (static) min/max values.
No, it is not related to what I suggested. The `{keywords: true}` is needed in order for ajv to support `formatMinimum`/`formatMaximum`, what I am looking for is a way to...
@kellym Thanks, works great
Hi @serdarde I don't recall exactly my scenario when having this issue, but now all api calls to Apple are done using npm package `jws`. Example: ```js var fs =...
@hpsaturn There is a separate `.gitignore` per project in the repo
Try to follow the YouTube video where you can see all the steps. In terms of prerequisites you should have the Dart and Flutter plugins for Android Studio installed, other...