@PeterAttiaMD I learned absolutely nothing from this 15 minute teaser because its just an index of what will be later talked about. Felt kinda cheated when it ended without providing any knowledge at all. 😅
Seriously think conversion would improve if teasers actually would provide some value
@huntabyte I'm curious about your opinion on let:props vs snippet props in the v2. Usage now looks a good tad more verbose with an additional layer of nesting.
Of course this makes sense as slots are being deprecated. Thanks a ton for what you do!
@AntWilson Filtering a table in studio is kinda annoying, cuz of so many clicks. 90% of the time I just want to filter the column with LIKE on my search term.
Other tools like dbeaver allow to just write a (partial) search term in the column header area to filter which is 1 click.
@DrizzleORM@DrizzleORM the 'if' makes sense additionally.
But why not do it even simpler by having 'ilike' and 'inArray' return undefined if empty array or undefined is being passed?