Just found a specific place that could be improved and figured I'd leave it here! If you take the embedded example here and comment out the 2 lines that do ctx = drivers.WithContext(..., you get a not super helpful error message: not found: : DOCUMENT("https://github.com/topics") at 2:12 that doesn't help you realize you just forgot to register the drivers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally posted by: hankhester
Just found a specific place that could be improved and figured I'd leave it here! If you take the
embeddedexample here and comment out the 2 lines that doctx = drivers.WithContext(..., you get a not super helpful error message:not found: : DOCUMENT("https://github.com/topics") at 2:12that doesn't help you realize you just forgot to register the drivers.