@usgraphics any guidance on how to use Berkeley Mono for a personal open source website? The personal font license sec. 1.07 and 1.08 specifically talk about the _server_, but not the source code. Is it fine to commit the WOFF(2) files to a public GitHub repo?
@tavioto@zepfietje@filamentphp@laravelphp That query can also be customized at the page or resource level: https://t.co/i7XFCDBXZ3
This would also only apply the filter to Filament, and not all other parts of your app (if that’s what you want).
@tavioto@zepfietje@filamentphp@laravelphp Are you calling auth()->user() in the boot(ed) method directly, or in a function passed to e.g. self::deleting? The first one is prone to timing issues, as the model could be booted anywhere in your apps lifecycle. The second option is imo more robust and more predictable.
@enunomaduro That was a partial goal of https://t.co/Bt5gE5oTed
It provides an overview of all first-party packages and make it easy to test them in a fresh application. Needs some love and an update to L11 though.
@rajistics@karpathy They are also very good at sparking interest. More than once, one of your videos motivated me to read more about a paper/article/tool you covered. Similar to an easy to digest survey paper or abstract.
not enough is being talked about how monoscreen users are constantly bullied and abused in the tech world
the peer pressure to be a polyscreen user is insane
@zepfietje@YkkCode@filamentphp Looks interesting! I get the impression, that whizzy will run setup & installation steps server-side?
I'll definitely join the waitlist and check it out!
@DaronSpence Shouldn’t the two `where` statements generated by line 39 be wrapped in parenthesis? Otherwise the OR condition being truthy leads to all other ANDs being ignored. E.g. a row with `translations.value = ''` will be selected, even if `translation_labels.deleted_at` is not null.
@freekmurze@TimVanDijck Funny coincidence, just did something similar for https://t.co/rdGmPBaew2 a few weeks ago. Your code does look way cleaner though.