netop://ウィビ
netop://ウィビ
I think I just ran into this obscure bug, here's the code: ```svelte function renderUserStyles(suppliedPalette) { if (!suppliedPalette) return ""; let palette = ":root {"; let paletteCount = 0; suppliedPalette.map(color...
Huh. I commented out everything but the abstract type and the migration worked. Not sure what's wrong with my types...
This issue seems to be tied to enums.
Ahhh, I was supposed to [create a scalar](https://www.edgedb.com/docs/datamodel/primitives#enums)! Okay then. Would be useful to link to the enum section in the docs should this issue show up again.
Suppose I should provide my updated schema: ``` module default { scalar type ExtensionTier extending enum; scalar type DomainStatus extending enum< ADD_PERIOD, AUTO_RENEW_PERIOD, CLIENT_DELETE_PROHIBITED, CLIENT_HOLD, CLIENT_RENEW_PROHIBITED, CLIENT_TRANSFER_PROHIBITED, CLIENT_UPDATE_PROHIBITED, INACTIVE, OK,...
Ah, I had to pass specific EdgeDB options like I would the CLI. This worked: ```sh deno run -A --unstable https://deno.land/x/edgedb/generate.ts --instance --database ``` Yah, this should be in the...
Ah, looks like the only conflicts are capitalization. All good.
This is something I am hoping for as well. I was thinking about using Atmail on DigitalCloud, but then I heard about Kite. Being able to roll out my own...
Someone should make light theme variants but what to call it?