My Notes

  • EdgeQL to query builder?
    • After LSP, they will get linting
    • Easy once you have the parser
  • Run typescript queries in UI?
    • Doable
  • Query file generators consistent order?
    • File an issue
  • Add version annotation to our schema
    • Yury brought this up

Meeting Notes

  • Total instance limit length of 63 characters
    • 39 letters before slash (Github user/org limit)
    • length of Github username/org name reduces available space for instance name
    • disallow -- in name
  • Be very careful about breaking changes and respond carefully to the community
  • Add annotation versionadded
    • Consider where to add them
    • Don’t add to std directly
    • schema::Doc or std::Doc
    • Have a meeting to discuss