Devon Campbell
Devon Campbell
When trying to build my site with markdown images, I was getting an exception: > render is not iterable indicating the exception was thrown in plugin/hooks/transform.js on line 23. Did...
Metatext 1.5.1 (2) on iPhone iOS 15.6 If I attach a photo from my library to a post, it is attached in the original orientation, but if I attach a...
When attempting to follow along with the Easy EdgeDB book, the chapter 18 migrations to add an abstract type (`HasMoney`) and change an existing type (`Person`) to extend it now...
This was inspired by [a recent Discord thread](https://discord.com/channels/841451783728529451/1208369085893845002) in which a user asked how to do this on EdgeDB Cloud. While I was in here, I discovered that some of...
for when a PG cluster backs multiple versions of EdgeDB
See https://discord.com/channels/841451783728529451/1169311090233069630 for context. Basically, the docs say functions support `set of` parameters, but this isn't actually supported. Need to update docs to reflect this. @vpetrovykh suggested a workaround that...
https://edgedb.slack.com/archives/CNECHA9EW/p1671551603395149?thread_ts=1671551067.771969&cid=CNECHA9EW - managing migrations across various branches and what needs to be done when merging branches that each contain schema changes - adding EdgeQL queries to migrations
Tried linking directly to the JS/TS query builder documentation page from the new UI docs with this: ```rest :ref:`TypeScript query builder ` ``` This failed in CI: ``` Warning, treated...
Thought I had found an alternative to [the InternalServerError I reported just earlier](https://github.com/edgedb/edgedb/issues/6707), but it turns out this new query succeeds only the first time. Then, the user needs to...