- Accessibility issues
- Links on dark background contrast ratio of 3.39
- Passes AA only for large text and graphical elements
- Links on light background contrast ratio of 3.79
- Passes AA only for large text and graphical elements
- Links on dark background contrast ratio of 3.39
- Add documentation for edgedb.toml
- Only key is
server-version - See Introducing EdgeDB Projects | EdgeDB Blog
- Example:
- Only key is
[edgedb]
server-version = "2.3"- Document transaction handling in client libraries
- See this conversation: Discord message regarding transaction handling in client bindings
- How do I handle renaming a directory that is an EdgeDB project?
- Re-run
edgedb project initafter renaming? Give it the original instance name to re-connect to the existing instance?
- Re-run
- Define “Prometheus” at Observability — Reference | EdgeDB Docs
- Show how to use coalesce to set a default value for an optional parameter in Optional parameters
- Using
(<optional str>$address ?? 'n/a')
- Using
Dotnet client library
Datatypes
The .NET driver maps the following EdgeDB types to the corresponding:
- corresponding what? .NET types, I assume
From Discord James
- Writing an FAQ page covering a lot of questions regarding the service and parts (like CLI commands,
edgedb projectvs.edgedb instance) - Provide some more thorough examples for various client libraries -
- Python and JavaScript as high priority (seem to be the most used)
- These don’t have a lot of examples right now, and with newer features like the
.edgeqlproposal and dataclasses being supported, I think they’re almost due for some touching.
- Do case studies on using query builders from various client libraries - .NET is one I also want to do, but I’m waiting to see how the performance work goes from Quin.
-
(Waiting on this) help document the .NET client library. I won’t be touching this until I hear it’s ready for documentation work.This is in-progress.