Dimitri Glazkov

Results 202 issues of Dimitri Glazkov

When an input has a default value specified, it can be optional, with no value required to enter. More details: Breadboard web does not use defaults when no inputs are...

When serializing subgraphs, we keep the URL in the BGL file. Let's clip it out before serializing.

Currently, we use the ~~neat~~ gross hack of using "*" edges as drop-zones for ad-hoc wires. This works as long as we don't need the wires to connect two ports...

(low priority, nice to have) It would be cool if we could change the order in schema editor. I entered "paragraph" before "n" and now I can't stop thinking about...

Now that `curry` landed in #1357, we need to clean up the runner and the surrounding Breadboard areas to remove the `lambda` node..

Currently, to update the [Breadboard Starter Project](https://replit.com/@dglazkov/Breadboard-Starter-Project) from `packages/hello-world`, we need to do a bit of a dance at the end of [publishing the packages](https://github.com/breadboard-ai/breadboard/blob/main/DEVELOPING.md#publishing-npm-packages). It would be amazing to...

Supplement worker instructions with a series of examples that are added separately. This allows having examples pulled from some pre-existing store in the future.

Given JSON and a corresponding JSON schema, produce a nice markdown output, using schema's titles to nicely label the output.

1. Asks me a few general questions, like describe in plain words what you would like the output to have in it, whether or not we want to request the...

Things like spread/rest/etc. For manipulating lists, objects, and all other common needs that tend to pop up when building graphs.