Leonidas

Results 9 issues of Leonidas

Dear maintainers, I noticed following bug in the playground demo and provide a small and straight forward fix to it. The labels were simply mixed up and the clearing behaviour...

Great library! I really enjoy the scaffolding aspect from shadcn. Thanks to all maintainers for their great work. I noticed following bug with the exalidraw integration: ## Description The contents...

bug

since "javascript to json" and "json to zod" are already supported, this is a shortcut I would like to have Vercel only supports node v20 & v22, therefore i bumped...

### Description The new "interactive question asking"-feature has a critical ux bug - alltough it is very nice when its working correctly. When answering the last question (when multiple ones...

bug
opentui
web

### Description In case content is present in the input and the user switches to another session, this prompt gets directly submitted in the new session when using the keyboard...

bug
opentui

## Summary Adds `persist-credentials: false` to all `actions/checkout@v6` steps in workflow templates to prevent the "Duplicate Authorization header" error. ## Problem When using `actions/checkout@v6` with the OpenCode GitHub action, users...

### Description When setting the OPENCODE_SERVER_PASSWORD variable in the env file, the TUI cannot be used anymore. This is the cli output: ``` ➜ git:(master) opencode Unauthorized ➜ git:(master) opencode...

bug
opentui

### What does this PR do? When setting the OPENCODE_SERVER_PASSWORD env varaiable the regular tui app would no longer work. See the issue this PR fixes for details please. ###...

## Summary Completes the TUI authentication fix for when `OPENCODE_SERVER_PASSWORD` is set and TUI starts an HTTP server, due to the `--port` flag being set. ## Problem PR #8179 fixed...