Adrien Foulon

Results 434 comments of Adrien Foulon

There is actually a bug right here https://github.com/area17/twill/blob/3.x/src/Repositories/Behaviors/HandleRepeaters.php#L616 ```diff + $fields['repeaters']["blocks-$relation-{$relationItem->id}|$childRepeaterName"] = $childRepeaterItems; - $fields['repeaters']["blocks-$relation-{$relationItem->id}_$childRepeaterName"] = $childRepeaterItems; ``` It's what's preventing two levels of repeater from finding the correct block...

The piece of code throwing the warning https://github.com/yarnpkg/yarn/blob/3119382885ea373d3c13d6a846de743eca8c914b/src/config.js#L873-L876

This has nothing to do with delete button, the 2 previous comments are off topic This is for the ability to add, edit, change the password and remove mongodb users

I think the issue is coming from `AutoImport({ imports: [/*...*/'quasar'], dts: 'src/auto-imports.d.ts' })` which imports the whole bundle

There is a completely undefined behavior with transition groups, I have updated all the dependencies of the repo and it's reflected [in the tests](https://github.com/Tofandel/vue.draggable.next/actions/runs/5683703081/job/15404807097#step:6:333), the vnodes in transition group in...

That readme is missing crucial information If I want to set global config, how to do it with labels is it ```yaml labels: ofelia.slack-webhook: 'https://hooks.slack.com/services/...' ofelia.slack-only-on-error: 1 ``` Or ```yaml...

@yogakurniawan Any chance we can get this released?

From what I gathered the issue can only be solved by providing a config file here https://github.com/quasarframework/quasar/blob/38563c73022990a9b044df042aafacc0924664cd/app-vite/lib/config-tools.js#L111 And letting vite merge the config provided and the given config file Or...

Here is a possible solution for vite https://github.com/vitejs/vite/issues/15783

When I was checking, you could still pass the parameters without adding them to the interface yet and it will work without errors as a hot fix but they have...