Andrew Valleteau

Results 64 comments of Andrew Valleteau

Just ran into the same issue with this type: ```ts export interface Transform { [schema: string]: { [table: string]: boolean | RowTransform } } const transformConfigOptionsSchema = z.object({ $mode: z...

Hi there. Here is my 2 cents on this topic: 1. Depending of what you use to do the semantic versioning, it's not required to bump the version in the...

I this bug still occurring on latest version @rodpatulski ? We should now continue the sequence assigned to a column so I'm wondering if it fixed your bug.

Hum, I relaunch this request but this code seem invalid. Maybe I missed something but `@rumps.timer` function seem to take only one parameter according to the documentation ([Timer.set_callback](http://rumps.readthedocs.io/en/latest/Timer.html#rumps.Timer.set_callback)). When I...

Any news on this issue. The problem still exist with OSX archives.

Nice spot, thank you for taking the time to open an issue and bring your solution.

> For our current project, this is a major issue for our test coverages compared to using selenium. While I totally see other issue in the [road map](https://docs.cypress.io/guides/references/roadmap.html) as important...

Another possibility to keep your local data would be to manually connect to the database container and manually run the migration: ``` CREATE DATABASE _supabase WITH OWNER postgres; -- connect...

Hello there! We’re working on a fix for this bug and have published a **canary release** for early testing. If you’re affected, please try it out and let us know...

> I tried running the canary release following the directions you listed (using equivalent pnpm commands) and encountered the following error when trying to generate types: > > ``` >...