James Clarke
James Clarke
https://discord.com/channels/841451783728529451/1157617069920096287
What version of EdgeDB are you using? This bug may have been fixed in this PR: https://github.com/edgedb/edgedb-ui/pull/94.
What version of EdgeDB are you using? I think this should have been fixed in 3.2
Looks like another case of this issue: https://github.com/edgedb/edgedb-ui/issues/34. Is this happening in Safari?
Does the task fire the 'ended' event before it stops working? (https://github.com/jaclarke/cronosjs#events) This event means that cronosjs cannot find a future time that matches the cron expression, which for `*/10...
> is there infrastructure in place for this in other binding docs? Not currently, if I'm understanding right. To clarify, we want to have some kind of placeholder that gets...
Can it also work with jwt auth? I don't think it's possible to do mTLS from the browser.
Can you give a minimal schema, and steps to reproduce the error? I'm trying to reproduce with the following schema, and the inserts from the screenshot, but I don't get...
Uncaught (in promise) DOMException: The requested version (3) is less than the existing version (4).
The ui stores a cache of your databases schema and the query history in the browser using indexeddb, and the most recent update also added the history of ai queries...
On localhost I think everything (like the gel server, the user's app, etc.) all share the same cookies, so this would also wipe any cookies the user app has set...