mrmntte

Results 5 issues of mrmntte

- OS: Ubuntu 20.04 LTS (WSL) - EdgeDB version: 2.1+c73716f Got this error when I run `edgedb migration apply` on a clean db: `edgedb error: SchemaError: cannot create a union...

bug
migrations
compiler

**Code** The code causing the error. ```typescript e.select(e.User, user => ({ id: true, following: e.select(user['

**The problem** `npm run build` doesn't include all/some classes in the final css file. Usually only the first build (without .next/ cache) is generated correctly, but it's inconsistent. I'm not...

bug
help wanted

**Code** The code causing the error. ```typescript const listQuery = e.select(e.User, () => ({ limit: 10, // ⚠️ without this the query is generated correctly })) const resolverQuery = e.with([listQuery],...

bug

### Describe the feature request A function type option for the Babel plugin where the debug class names (using `dev: true` option) can be transformed. The bold text that is...

enhancement