Rich Burdon
Rich Burdon
- [x] Starting point for Composer CLI extension to import/export data.
# Schedule - SUN - [x] Email working end-to-end (mail > CF worker > function > ECHO > inbox plugin) [@richburdon] - MON - [ ] Composer Deck working with...
- [ ] Change URL when deleting an object (otherwise will show Loading indicator for missing object). - [ ] Change "Delete?" popup to toast with undo.
- [ ] Extend file.updload callback to provide space. - [ ] Pass in onDrop to EditorMain, etc. (provided by plugin). - [ ] Provide CM extension from plugin. -...
I'm successfully using Prisma within a Cloudflare Workers project using the adapter like this: ```ts const prisma = new PrismaClient({ adapter: new PrismaD1(c.env.DB) }); ``` However, when I try to...
- [x] dialog style to break words for technical errors. - [x] remove padding for plank solos. ## TODO - [ ] standardize dialog styles. - [ ] default height...
- install search plugin - search for items (doesn't correctly guess title; should use schema)
- [x] list basic meta data for runtime and db schema - [x] normalize APIs (e.g., `space.db.schema.list`) - [ ] add FunctionDef/Trigger schema to client by default? https://github.com/dxos/dxos/blob/main/packages/devtools/cli/src/commands/space/schema/list.ts#L15