Aleksandra

Results 96 comments of Aleksandra

@Zeko369 could you provide more details here? It's hard to grasp the context currently.

We could have each step documented (we kinda do, but it's not 1-1 with codemod) and put a link to the docs in the error message so that people will...

Thanks for the report! We'll try to investigate soon

@karimsx @paulm17 I didn't look into it _very closely_ but I guess there would be two things needed: 1. Port over the logic from `react-query` (what @paulm17 mentioned) 2. Do...

Thanks for the suggestion!

That's a great idea and that's something that we were thinking about already. The initial idea was to have "onSessionCreate", "onSessionDestroy" hooks. What do you think about this naming?

We're loading codegen a few times — I'm wondering if we can load it once somewhere top-level and pass it down as we do for other commands with `loadConfigProduction`. E.g....

> Let me know if you need support wrapping this up. This looks fun. I know there is the belongsTo field case and the todo from @beerose Thank you @imcodingideas!...

Thanks for reporting it, and sorry about the behaviour. Looks like `db seed` does not work with JavsScript projects.

Thanks for reporting. It looks like this issue might be related: https://github.com/vercel/next.js/issues/11030, and we also pass the `node_options` to subprocesses (when I tried to run next binary with `NODE_OPTIONS='--inspect', the...