Arno Schlipf

Results 46 comments of Arno Schlipf

is there any news on this?

I had a case where I had to access the final index (without the duplicated item in the list) inside the drop callback of a vddl-list and have a little...

I just did a quick test and it seems as easy as changing the order via `flex-direction: row-reverse` and adjusting the margins of the columns.

@PPetau could you share your workaround? I have a similar usecase: I have a production app that is extendable with plugins. While the user develops a new plugin I want...

here is a jsfiddle of the problem: https://jsfiddle.net/arnoson/1vegqp5e/1/ when scrolling really fast all the way down with the scrollbar loading times are okay, doing the same with the trackpad gives...

Any news on this? Would be really great to only split chained methods if we're running out of space

Thanks for the reply @czosel , unfortunanetly I'm also busy at the moment, might take a look into this if I find some time. Can you show me where exactly...

This is fixed when changing `configure()` to `config()` in `/mvc-core/src/globals/functions.php`, so I guess BladeUi should also impement `configure()`?

@steve-chavez , I'm trying your example ```ts const { data, error } = await this.supabase .from('clients') .select('clients_details(id,address,paycheck)') .order('clients_details(paycheck)', { ascending: true }) ``` and getting the following error `unexpected '('...