@FitnessFirst_UK Maybe you didn't read what I said. The only contact form I can find in the site asks me to select a club and says my message will be forwarded to the club, which is now closed.
If you could tell me how to reach membership services, I'd happily try.
Just been to Basingstoke @FitnessFirst_UK and found that the gym is closing down today! Neither my wife or I have received an email (we have both checked junk mail). And a full month's subscription left our accounts just over a week ago. Well done on screwing your members.
@pilcrowonpaper Drizzle for schema and migrations. Kysely for querying. Use kysely-drizzle to integrate the two. Kysely gives you better type safety when writing queries.
Trying #GPT5 in vs code and was expecting great things. It might be clever, but it **sucks** at explaining things. Working on a domain model and I'm struggling to understand what it's telling me. Might try again when coding, but back to Claude Sonnet 4 for now.
@arktypeio@ssalbdivad Seems cool, but would be really good to see a use case for some of these examples. In the docs if not the post. A "what problems this solves" kinda thing.
@EnyelSequeira@arktypeio And yes, this is absolutely a skill issue on my part. (Or simply not understanding what certain words or phrases mean!). But I'm sure there are lots of people in my position who could get a lot out of Arktype if they had a little more info pitched at their level.
@EnyelSequeira@arktypeio I agree. I'm enjoying Arktype and the docs are now fairly comprehensive. *But* they assume a lot of knowledge that I think a good proportion of the potential audience just doesn't have. They use the language of a Typescript expert in a few too many places.
@pilcrowonpaper If the oauth provider provides a refresh token and ID token, then I refetch the user details from the provider each time I extend the session (so usually at half the session lifetime).
@VanTanev@mattpocockuk Have you tried drizzle with kysely together (using drizzle-kysely). Set up table schema easily with drizzle, handle db push or migrations, then use kysely to do type safe queries. Works beautifully.
Using @kysely_ and @DrizzleORM together is a great experience. Drizzle for schema, migrations and studio, Kysley for selects, inserts and updates that are more likely to be right first time.
Kysley also seems to make it easier to write to JSONB in Postgres.
So grateful for both!