Amar Sood
Amar Sood
#### Issue type: :heavy_plus_sign: Feature request #### Description IntegratedDynamics doesn't let the user /write/ their own functions (as mentioned in #211), but for debugging purposes, whilst looking at labels is...
At the moment, the segments returned by faster-whisper are a subtly different shape to those returned by Whisper and also lack some of the information that JSON/verbose transcription results from...
#### Issue type: :heavy_plus_sign: Feature request #### Description This would make debugging/iterating on a chain dramatically easier. Let me know if I'm missing a feature which already enables this or...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...
When trying to convert typings for libraries like Vue or Vuetify, issues like the following seems to arise: Vue, [converting this file](https://github.com/vuejs/vue/blob/5e3823a5766da1df60481e1e7a20f36d08e716ce/types/index.d.ts) ``` amar@tekpro ~/repos/ext/scala-js-ts-importer master $ sbt 'run node_modules/vue/types/index.d.ts...
**Is your feature request related to a problem? Please describe.** Ractor seems to be very close to capable of running in a WASM environment, even a browser one. It would...
**Is your feature request related to a problem? Please describe.** Head-of-line blocking and lack of multi-path make it meaningfully more difficult to build on top of WebSocket-based setups. **Describe the...
Hullo! One common issue that I've run into with aider is that when many files are in context, the CLI slows to a crawl. Every time you hit enter, there's...
When adding files with commands like `/add`, it's been difficult to add something like `package/src/some/long/path/some_file.rs`. This PR allows you to type `/add package*some` and you'll get auto-completion of the above...
I've often found myself wanting to add 'the file that has the `handle_act` function in it' or something similar. The new `/context` command is powerful but slow, so I'm proposing...