André Eriksson

Results 51 comments of André Eriksson

Hey @sbdchd, good question! The issue with supporting this is that running Postgres yourself typically assumes there's only one database cluster, whereas Encore provisions two separate database clusters (one for...

Thanks @vilhelmmelkstam, that's a great point. We need to make them scroll independently of each other.

Hey, thanks for reporting! We should definitely support this use case. To help you quickly work around it, could you see if it works by setting `GIT_AUTHOR_NAME` and `GIT_AUTHOR_EMAIL` and...

Thanks @abtris. I think the best way to solve this is by checking `git config --list` and scanning for `user.email` and `user.name` before creating a commit. The question is what...

Hey @gunnrcrakr, no need to apologize! Encore's API gateway does provide some CORS support out of the box, but it would be helpful to understand what you are looking to...

Thanks @sopta, I agree with everything you said! We absolutely want to offer something much better, both on the database migrations side as well as on the database querying side....

Hey @sopta, apologies for the delay here. I just posted #67 which proposes a solution to your third point, and lays the foundation for solving the first two points. Would...

Thanks, you're absolutely right. Will fix this, thank you!

Let's hold off on merging this until we know more about where we're going with https://github.com/golang/vscode-go/issues/2238.

This looks great! My only concern is that Next.JS is a moving target, and I can imagine lots of other scenarios where the same code generation options (no namespaces, `swr`...