Victor Navarro

Results 76 comments of Victor Navarro

As a workaround: ```ts export const myTable = pgTable('my_table', { id: bigserial('id', { mode: 'bigint' }).primaryKey(), value: bigint('value', { mode: 'bigint', }) .notNull() .default(sql`0::bigint`), //

@iprime2 I don't think so, right? I was asking for an endpoint to update the away status, but I can't find it: https://cal.com/docs/enterprise-features/api/api-reference#the-other-stuff

> It looks like the value of a referenced field can only be used directly right now. But I would like to do something like this: > > ```ts >...

@seenyat have you found any solution?

Hi @hafijAsadMVN, to be honest, I don't know what did the trick for me, as I tried different things I saw in various GitHub issues. Let me copy the `dialog.tsx`...

This was fixed in https://github.com/raycast/extensions/pull/12583 Follow the instructions described in the PR to update `ffmpeg` @raycastbot close this issue

Hey @x3ro! I can't promise to add this feature right now. Maybe at some point in the future if I have more time. If you feel inspired feel free to...

Doing `pnpm store prune` solved the issue for me.