edgedb-js icon indicating copy to clipboard operation
edgedb-js copied to clipboard

The official TypeScript/JS client library and query builder for EdgeDB

Results 259 edgedb-js issues
Sort by recently updated
recently updated
newest added

This issue primarily helps users of `@gel/auth-sveltekit` with the latest` Svelte 5` version, where they may encounter a problem with the built-in Auth UI failing to redirect in preview or...

bug

We can validate the shape, verify the signature (if present), and present the developer with a nice API like: ```ts type WebhookEvent = | EmailVerificationRequestedEvent | PasswordResetRequestedEvent; // in `createAuthRouteHandlers`...

enhancement

Turned on type-checked linting and fixed the low-hanging fruit of issues that arose. We can't yet add these lint rules in more places, but I wanted to at least get...

**Code** I'm trying to define a function that generates a query, such as: ```typescript export const caseQuery = (issueId: string) => e.select(e.issue.Issue, () => ({ id: true, openedAt: true, closedAt:...

We don't have any old versions published, so these are likely to be broken depending on the version matcher used before.

I was debugging only the `next-js` templates, and tested only one `sveltekit ` configuration (default one). **The biggest issue atm is nextjs with js.** In all created js projects `tsconfig.json`...

At the very least, we should have something similar to our CLI wrapper test which asserts that the package will successfully complete, and maybe make some generic assertions on some...

enhancement

**Describe the bug** When switching to Gel 6.0 and using the latest `@gel/generate` version, we get multiple `Excessive stack depth comparing types ...` errors as a result of `tsc`. **Reproduction**...

bug
upstream:edgedb

- EdgeDB Version: {'4.0-rc.2+6264436'} - EdgeDB CLI Version: EdgeDB CLI 5.1.0+8ff9f85 - OS Version: MacOS Sononata 14.5 Steps to Reproduce: 1. Use an ilike operator in the query below: ```typescript...