Thomas van der Westen
Explore posts from serversHow it the repeater data loaded?
LunarPhp allows you to extend its admin (Filament) with custom fields. You can find more information in the documentation: https://docs.lunarphp.io/admin/extending/attributes.html. They provide some basic fields and guidance on how to add your own. I am trying to implement a custom field using a Filament repeater. You can view the file here: https://github.com/cdsmths/lunar-filament-repeater-field/blob/main/src/Fields/RepeaterField.php. I have this working, but the repeater is not populated on load. I am exploring whether there is a hook to trigger this.
16 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
The power of tauri is how small the apps are (simple apps can be 3mb)
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
I think so, and your app will be big!
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
But you can better ask here: https://discord.gg/fmTs8U42
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
Euhm... Rust is primary indeed but i think you can use node in a sidecar construction. But then you need to include node as a binary because NODEJS is not native.
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
Hi! @alexblokh
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
But still when you change to order of the drizzle schema it breaks...
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
this was the fix:
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
I have it working now, but only when the schema keys are sorted in ascending order. Otherwise, the values in the response do not match up.
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
So I need to map the schema key index to the right index in the array to match the results.
40 replies
DTDrizzle Team
•Created by Thomas van der Westen on 3/16/2024 in #help
Updating to 0.30.2 break my tauri Sqlite proxy
The
tauri-plugin-sql-api
returns a object 🙂40 replies