Jesper Ek
Jesper Ek
A stream is supposed to start flowing when 'data' event handler is added, this doesn't seem to be the case for form-data. I would expect this to log data: ```js...
```js const stream = client.stream('statuses/filter', query) stream.destroy() // crash ``` `destroy` function is added asynchronously and is therefore not always available.
I was bitten by a bug where I expected a thrown `err.message` to exist, but it didn't since this library is throwing response objects rather than Error objects. It's [good...
It would be great if the `client.post(endpoint, parameters)` method allowed sending multipart form data, e.g for [media upload](https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-append). One way to do it, and put the responsibility on the user,...
Fixes #9 somewhat. My python is rusty, and I dont know much about mtg's api, but this seems to work. I guess the tv3play and mtg_alt items needs fixes as...
**Describe the bug** When connecting to an SFTP using Curl/Multi with a provided password, it appears to get stuck at login. This only seems to apply to some SFTP servers,...
### Is your feature request related to a problem? Please describe. I'm using HLS.js together with broadcast media, and typically our media has 1 video stream and 8 mono audio...
### What is the issue? I'm trying to use embeddings from `mxbai-embed-large` to create a similarity/semantic search functionality, but the quality of the embeddings coming from ollama doesn't seem to...
Embedding appears broken since v0.1.32 See #3777 #4207 for details. This PR applies fixes based on https://github.com/ggerganov/llama.cpp/commit/1b67731e184e27a465b8c5476061294a4af668ea#diff-87355a1a297a9f0fdc86af5e2a59cae153290f58d68822cd10c30fee4f7f7076. I've tested it and embedding vectors looks correct after applying this patch.