Benjamin Michotte
Benjamin Michotte
Or required: [2, 12] ?
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  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` 
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 > > > >...