Jonathan Beckman
Jonathan Beckman
**Describe the solution you'd like** I would like to be able to run flux webui using the the same frameworks I use to run flux. That is, using docker and...
### Description I would like to see file metadata, such as last modified date and size, along side the file names in the `mo.ui.file_browser` widget. ### Suggested solution There may...
Docs indicate that `openapi.schema` should exist https://github.com/cloudflare/chanfana/blob/270536a555c40572bf189cf74a0c7ceacb6a203e/docs/examples-and-recipes.md?plain=1#L730 For context I am trying to pass it to Scalar's `createMarkdownFromOpenApi` like so: ``` const openapi = fromHono(app, {...}) app.get("/llms.txt", async (c) =>...