ignacio-dev
ignacio-dev
When using `getDurationInMiliseconds()` and `getDurationInSeconds()` PHP throws this message: > PHP Deprecated: Implicit conversion from float 10983.333 to int loses precision
Is it possible to ```get()``` from an array of hashids? Or perhaps access the ```hashidToId()``` method statically? At the moment I am having to do: ```php $ids = []; foreach...
Price in cart shows GBP value but with USD symbol. Trying to override it in the options like so did not work: `ui.createComponent('cart', { options: { cart: { text: {...
### I'm Submitting a ... ``` [ X] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce 1. Install package using npm 2. Insert...
I need to encrypt a nullable string. Works fine when passing a string, but when passing null, it throws the following message: `PHP Deprecated: openssl_encrypt(): Passing null to parameter #1...
Using Laravel's debugbar, I see the following query being made on every request: ```sql select * from `users` where `name` is null and `shopify_namespace` is null and `users`.`deleted_at` is null...