George Tsomlektsis
George Tsomlektsis
## Description of new feature, or changes Added an optional strip parameter to the constructor of the Halo object to address the issue #113 . By making this optional parameter...
As far as I understand the token is stored in memory https://github.com/sebdesign/laravel-viva-payments/blob/52796a904fac5783409f876093cdf27b8a99bd99/src/Client.php#L221-L230 Which means that if, for ex; N users do a `Viva::orders()->create` call -> N authentication calls to Viva...
### Describe the bug Publishing an unpackaged application with it being a `Single File` makes the executable not being able to launch... Publishing it without it being `Single File` works...
### HeroUI Version 2.7.2 ### Describe the bug When using a `RadioGroup` with `Radio` components, toggling to other radio options sets the value on the RHF form to `null` ###...
I opened an issue on `typescript-transformer` but I found out that the code generating the type belongs to this repo.. https://github.com/spatie/typescript-transformer/issues/116 Looking at the `blame` of [CursorPaginator.php](https://github.com/laravel/framework/blame/11.x/src/Illuminate/Pagination/CursorPaginator.php#L158) there was never...