André Eriksson

Results 16 issues of André Eriksson

Since the introduction of workspace mode, the fact that Encore hardcodes `go build -mod=mod` is problematic, as it is not supported when using workspaces. That said, it's not clear whether...

bug

From the general questions thread it seems that the idea is to eventually allow systems to store references to data (very hard today since explicit lifetimes can't be used in...

rust-lang issue

In order to detect various PostgreSQL errors it would be great if Encore's sqldb package exposed the underlying error code. Workarounds exist (see #117) but they rely on the underlying...

enhancement
good first issue
hacktoberfest

This adds support in `swc_ecma_resolver::node::NodeModulesResolver` to resolve import paths from the `exports` field in `package.json`. This is needed to resolve the correct file path for packages that use `exports`. By...

This adds the ability to create fresh, temporary databases for tests. It changes the test database setup to first create a template database, run the migrations against that, and then...