Gustavo Toyota
Gustavo Toyota
### Describe the feature you'd like to request As I said [here](https://github.com/trpc/trpc/discussions/4181), in my case I needed to access information about operation(s) within the fetch configuration in order to send...
**Summary** Fix inline wrap background color rendering. This PR fixes/implements the following **bugs/features** * [ ] Inline wrapped background color becoming a rectangle. **Closing issues** Fixes #2558
This change solved my problems with auto-pipelining + clusters. ioredis itself states that pipeline commands should target keys in the same slot: https://github.com/luin/ioredis/blob/807cfc0e211f72885e00228edc5e72878916a938/lib/Pipeline.ts#L309
The `body.push(JSON.parse(chunk));` is failing here for long responses: ```typescript response.on('data', (chunk) => { if (target === 'embed') { // console.log('hi'); body.push(chunk.toString('utf8')); } else { body.push(JSON.parse(chunk)); // Fails for long responses...
Fix handling long responses. Issue: https://github.com/technovangelist/ollama-node/issues/3
### Vue - Official extension or vue-tsc version 3.0.6 ### VSCode version 1.5.5 ### Vue version 3.5.19 ### TypeScript version 5.8.3 ### System Info ```shell System: OS: Linux 5.15 Ubuntu...