Clem Blanco

Results 13 issues of Clem Blanco

Would it be possible to support historical VAT rates like [this library](https://github.com/antonioribeiro/countries/blob/master/docs/sample-taxes.json) does?

enhancement

Is this really working? ```php // Model protected $dates = ['ordered_at', 'created_at', 'updated_at'] public function getSomeDateAttribute($date) { return $date->format('m-d'); } // View {{ $object->ordered_at->toDateString() }} {{ $object->ordered_at->some_date }} ``` Is...

This is what I get when I try to run `sudo npm install -g ti-installr-hook --unsafe-perm`: ``` npm WARN deprecated [email protected]: Use uuid module instead npm WARN deprecated [email protected]: wrench.js...

Is there any way of opting-out for push notification by using the module and without telling our users to go into their settings?

Dude, I can't get the FontAwesome support on my app using iconfont, iconlable and iconbutton widgets... I have the font file into assets/android/fonts and assets/iphone/fonts and I declared the font...

Question: Is there a progress bar display or something during page load?

I've just tried this on macOS Mojave and it works however FileMerge is a but buggy and probably not the last version available. Would it be possible to make this...

The scope `store/priceList/assignment/updated` seems to exist but `store/priceList/record/updated` is clearly missing. It looks like there is no way to setup a webhook for when a price gets overridden via a...

assigned

I'm not too sure I understand what's the best way to modify a model I have already retrieve from ArrowDB. For example, in order to `create` a new Custom Object...

### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....

feature-request