Hik
Explore posts from serversjs date time picker time interval
for a booking use case where only certain times are available.
Is there a way to specify available time from 8am to 5pm for example?
https://filamentphp.com/docs/3.x/forms/fields/date-time-picker#enabling-the-javascript-date-picker
3 replies
Best option to generate translations
Changing the locale in the app config seems to be good enough but some translations such as form errors are missing.
I found this which seems to generate translations for all locales https://laravel-lang.com/introduction.html
is this the standard package or are there better options?
4 replies
TTCTheo's Typesafe Cult
•Created by Hik on 7/12/2023 in #questions
Sentry Integration
I'm currently integrating Sentry reporting and I wanna ask what's the best way to add a function that reports all trpc errors to Sentry
Something like a middleware
https://github.com/trpc/examples-next-prisma-starter/blob/5158b825a2c236e19ef1e7128f86021498fc833c/src/pages/api/trpc/%5Btrpc%5D.ts#L14-L22
I found this but I'm trying to implement it in the API package, not the next js api
packages/api/src/trpc.ts
3 replies