Alec Larson

Results 486 comments of Alec Larson

Alright, everything is working correctly! LGTM.

@Bhardwaj10Ankit tagging people like that is rude in many cultures.

Note that #17290 is not enough to get "JS decorator" support. You also need to set `esbuild: { target: 'es2022' }` in your Vite config.

`man true` describes the `true` command as "The true utility always returns with exit code zero." A no-op accomplishes that. Am I missing something? :)

The only way around CORS is a proxy server

ChatGPT should be able to advise you on it 👍

In-app requests include `navChain` like the following: ``` "BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_timeline:1:cold_start:1689533223.537::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_timeline:2:button:1689533223.998::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_composer:3:button:1689533229.278::,TRUNCATEDx9,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_timeline:13:button:1689533666.796::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_composer:14:button:1689533700.682::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_timeline:15:button:1689534265.189::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_timeline:16:button:1689534265.220::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_composer:17:button:1689534267.102::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_timeline:18:button:1689534293.345::,BarcelonaNavigationLogger$logNavigationCompleted$1:ig_text_feed_timeline:19:button:1689534293.372::" ``` It's possible that is used in detection of foreign clients.

> Migra would always add `set check_function_bodies = off;` to its diffs, and I never had any problems with it. This should be an option in pg-schema-diff. It seems that...

@Navbryce Yeah exactly. I just tried adding a `!pre-plan.sql` file to my schema dir (named with `!` to ensure it's first in the `ddlSchemaSource.ddl` array). I confirmed that it *is*...

To fix this, we should prompt the user for an origin (and offer to create a new repo if `hub` command exists).