Benjamin Michotte

Results 37 comments of Benjamin Michotte

Using this code : ``` ruby def form_data [ { title: 'Images', name: :images, options: [:insert, :delete], cells: [ { type: :image, name: :image, title: 'Image', on_add: -> { @current_images...

To do this kind of thing, it will require some hacking of XLForm, but it will be awesome

I have the same issue ![CleanShot 2024-08-23 at 13 03 21@2x](https://github.com/user-attachments/assets/ca481009-9aec-415d-bae0-236775dd1cb8) And I also can confirm that it's not an issue from my font, here's the screenshot from `pkg/gui/presentation/icons/file_icons.go` ![CleanShot...

Can confirm it's working for me as well. Thanks @stefanhaller ![CleanShot 2024-10-10 at 08 33 44@2x](https://github.com/user-attachments/assets/de5d59c5-ae28-4d92-af6c-52f0035787fd)

Hi @deniznet, after some refactoring this morning I had the same issue. Turns out that I messed up with my DATABASE_URL env variable. Once I fixed it, it worked again

> I use asChild on buttons a lot for links that i want to style as a button. this means for every asChild i uses like > > > >...