Lekë Dobruna
Lekë Dobruna
Trying to download and install luvit but it's failing at this point: 
This is another suggestion I'm drawing with an example from the python extension. Basically this code: ```python def test(param1, param2): '''Concatenates two parameters and prints them''' print(param1 + param2) ```...
There seems to be an issue with selecting rows when a field is null, even though I'm not mentioning the field in the query at all. Here's an example: SELECT...
Running `npm run package` seems to package the files into single portable executables. However I want to build them into a directory. Doing `npm run package -- --dir` doesn't seem...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Adds `requires` support to `HttpApiMiddleware.Tag`...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This PR is intended to...
Fixes double words in the `message actions` (Copy copy) & `subagent actions` (Open open) dialogs.
If you use an invalid agent name in a [command](https://opencode.ai/docs/commands/), the command call just silently fails. With this change we show an error that the agent is not found and...
I wanted to add 2 new endpoints to `server.ts` but started getting `Type instantiation is excessively deep` error. The `server.ts` file was huge, over 2k lines so decided to simplify...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Currently...