My Notes
- Issue with DigitalOcean deployment
- Does anything need to change in the guide? (maybe Fantix?)
- Slow VS Code with generated types
- Status update on Support link properties on computed backlinks · Issue #4825 · edgedb/edgedb · GitHub
- Follow up in this thread: https://discord.com/channels/841451783728529451/849377751370432573/1084518219387248751
- Fragments in EdgeQL?
- Assign result of a query to a global variable in DDL?
- extending?
- Elvis: looks like this:
type User {
multi friends: User {
extending friendship;
}
}
Meeting Notes
- Include names and values of things that will affect the query in explain output
- Don’t apply implicit limit by default to explain
- Will need to write some very delicate documentation on dealing with failed upgrades. How to deal with problematic upgrades · edgedb edgedb · Discussion #5193 · GitHub