Paul Lewis
Paul Lewis
It's likely because our layout pass happens after the initial render. I tried using visibility but that prevented rendering, so I'll go again, but likely with masking to see if...
1. Go to https://breadboard-ai.web.app/?board=idb%3A%2F%2Fdefault%2Fblank.json 1. Try to wire `input.text` to `output.*` 1. The error message thinks there's an attempt to wire `input.text` to `output.text` I've checked the event itself, and...
Per an earlier in-person discussion, we should limit your ability to connect – say – `number` ports to `string` ports. FWIW I think we should incorporate `behavior`s and `format`s here,...
Currently there's a strange dance getting the data out of the node info form, which involves some serialization & deserialization steps. I think there's a way to do it without,...
Currently we have metadata for nodes, which has title, description, version, and visual. But for graphs themselves we have title, description, version, and URL. It seems a bit unusual that...
So one of the things on my mind is the node / schema / array editing. Because of the flexibility of our types we have a fairly extensive set of...
Could have a dedicated "make a copy in..." - button that asks where you want it stored 🤔
I'm converting from `InspectableRunEvent` to `Run*Event` in the .app view, and most of the information is available in both save for the `hidden` field, which we use to elide inessential...