Ed Bentinck
Ed Bentinck
**Package Versions:** ``` ├─ [email protected] ├─ [email protected] ├─ [email protected] ├─ [email protected] ``` I have just started a new project using `babel-plugin-tailwind-components`, and trying to use prop variables for dynamic component...
Hi, is there a method which just returns only the changed properties? This would be essentially the result of `toJsonDiffView`, but without the comparisons. As an example, in the case...
Laravel Cashier's Billable comes with a method to [create a customer without a subscription](https://github.com/laravel/cashier/blob/a28c9638f2bbbdba7691e87292579e157b4230d3/src/Billable.php#L471-L502) out of the box. From what I can tell this functionality is missing from Conekta Cashier....
Is there a reason why failed charges return `false` as opposed to the `Conekta_Error` exception message? ([See here](https://github.com/dinkbit/conekta-cashier/blob/master/src/Dinkbit/ConektaCashier/ConektaGateway.php#L83-L87)) Would it not be better to return the exception message so that...
https://github.com/jarektkaczyk/revisionable/blob/bd2fc5f7259ebca99894105e5689cee59b2a981d/src/Laravel/Revisionable.php#L25-L29 The snapshot method always returns the first revision made, regardless of the timestamp. Isn't it supposed to return the most recent revision (i.e. `latest()`) registered before the given timestamp?...