Fran Zekan

Results 37 comments of Fran Zekan

This is a bug with out update detection tool, in the meantime you can use `blitz new name --skip-upgrade`

Now I'd keep this in userland since i.e. if your layout uses chakra you need to wrap that in a chakra provider which you do in _app and then we...

Referencing a similar idea from #2692

That might be useful for tracking/setting up some resources, but besides that I'd also add a `onSessionVerify?` / `onAuthMiddlware` or something similar to be called on every call specifically for...

Hmm, thinking about this again brings me to reconsider, since for error tracking usecase you only want to setup sentry context when user get's authenticated. So I'd maybe add a...

Quote from slack to keep it in one place > We could have a generate section at the top with “most important stuff” from the CLI package, and after that...

@flybayer I was just thinking about having a template like ```mdx --- id: cli-db title: CLI db command sidebar_label.... --- __template__ ### `db migrate` Run any needed migrations via Prisma...

Maybe we could keep description (oclif) and a longer description of site/manpages?? in `cli/docs` so we can keep it in one place