Guilherme Saade

Results 88 comments of Guilherme Saade

@felahdab I understand the needing for this and i'll review and merge as soon as i can. Right now i'm unable to do so. If you really need this and...

I would like to avoid making extra requests to the server, something alongs those lines this must be implemented to avoid that, please. https://github.com/saade/filament-fullcalendar/blob/2.x/src/Widgets/Concerns/CanFetchEvents.php

@binaryfire That's because they're signed while on light mode, so the pen color becomes black, that's just a demo, i didn't explicitly set an `->exportPenColor`

It would be cool to have an API just like select does. ```php ->getMentionSearchResultsUsing( fn (string $search): array => User::query() ->where('name', 'like', "%{$search}%") ->limit(50) ->pluck('name', 'id') ->all() ) ``` This...

@bmspereira-07 > Does the tiptap extension need to have a function to fetch asynchronously the items? Yes, I've already played with mentions before, and it's done using the same api...

> Or what you're trying to say is that when the info is shown it always get the most updated info (taking the change of name as an example, if...