encore
encore copied to clipboard
Encore is the Backend Development Platform purpose-built to help you create event-driven and distributed systems.
Make the `appinit` have no dependencies and call out to the `encore.dev/appruntime/app` package with `go:linkname` to actually initialize the app.
I saw https://github.com/encoredev/encore/issues/118 which is very similar / the same issue, but the current error message isn't great ``` ❯ encore gen client testaug5-atf2 --lang=typescript error: could not fetch API...
I'm going through the tutorial and got to the database section: > Before running your application, make sure you have [Docker](https://www.docker.com/) installed and running. It's required to locally run Encore...
We recently refactored the runtime to use a DI setup with singletons routing the package level function calls into the runtime instance. There's a bug where if a package uses...
This is based on the discussion here: https://github.com/encoredev/encore/discussions/307, and my own usage of ent within my application. This is fairly early and there might be a better way of doing...
This commit adds support for generated Typescript clients to be compitable with [Next.JS](https://nextjs.org/) applications with the new `--preset nextjs` argument. The existing client was not compiatble as we where using...
I have a few scripts written in go for things like code generation for ORMs or other tools that need access to the database or secrets. To give an example,...
Thanks Dennis for the feedback!