Adrien Foulon
Adrien Foulon
Just run the vendor/bin/phpunit tests on the repo with your changes and see how it goes, likely it will be very unreliable, I doubt `where` is the only method that...
@macropay-solutions Why exactly would you not be issuing a PR? This seems very "here is a 'solution' have fun actually implementing and then fixing when it doesn't work" Sorry but...
> We spent 2 days (also not paid, and we are a team not just a dev) figuring out this solution after several months in which no one bothered to...
Love the idea > Wouldn't this causes an infinite loop in $model->toArray()? It would and maybe the `toArray()` method needs a fix? The mitigation is to use `attributesToArray()` which doesn't...
More than 1 year.. Still no fix
The plugin is not built specifically for `vite` it on purpose only uses `rollup` hooks, from what I see the `@vitejs/plugin-legacy` is using the `transformIndexHtml` vite hook and seems to...
Sure, my projects usually look like this, but other kinds of structure could be used as well to make it reside almost anywhere by tweaking those configs https://github.com/hybridly/hybridly/blob/78f856d65eeec7d0d28460aa76231fcfd571b240/packages/laravel/config/hybridly.php#L41-L44 ``` └──...
In that case maybe I can instead add a new property for slugAttributes so that we can get the new behavior without a breaking change
As this project is not active, I just published v5 of [`@tofandel/debounce-promise`](https://www.npmjs.com/package/@tofandel/debounce-promise) which contains a true typescript declaration (so the function returned will have the correct inferred type)