André Eriksson

Results 16 issues of André Eriksson

Make the `appinit` have no dependencies and call out to the `encore.dev/appruntime/app` package with `go:linkname` to actually initialize the app.

Thanks Dennis for the feedback!

We've been looking at supporting Dependency Injection in a better way as that's been a highly requested feature by many of you. Here's a high-level proposal of how we see...

proposal

With many endpoints the API Explorer and API Docs become hard to use due to too much information. We should add ways of filtering/narrowing down the endpoints by service, fuzzy...

This adds a new command, go-encore-wrapper, that is designed to wrap the "go" command and forward certain commands to the "encore" CLI, like running tests. The purpose is to build...

If docker was not installed ImageExists would report an error. This is a bit unnecessary: it's better to report that later if we're actually trying to pull the image.

I've been working on a few of the outstanding issues with error elision, but as I started to think about it I realized it quickly gets very hairy. I define...

When a prompt is given a validation function that fails on the empty string, the user experience of immediately being shown an "X" can be jarring. Instead track whether the...