Hagen Hübel
Hagen Hübel
Merged. Sorry for being late, didn't get a notice on this PR. I came across this one while reading thru recent pull request. Please upgrade to v2.13.
We definetely should move the utf8-encoding into native layer instead of using JS-layer therefor. This should be implemented in upcoming versions
iOS or Android or both?
Under the hood this Lib uses native methods to manage network requests: iOS: [NSUrlSessionDownloadTask](https://developer.apple.com/reference/foundation/nsurlsessiondownloadtask) Android: [HttpUrlConnection](https://developer.android.com/reference/java/net/HttpURLConnection.html) But, on Android the Buffer-Size is very small (8 kb). You might want to...
Will this PR also work on RN > 0.40?
Any news on this?
Any news on this? I've found out that the root cause is indeed an invalid tar.gz file for boost that only contains plain html code. Pls find more info here:...
> Have you tried to res.end inside the s3Client.upload callback (you need to have a ref to res there) Thanks for mentioning this! As for now, in my first tests,...
I found an ugly and dirty but somehow ok'ish workaround for now: casting to TEXT. In my case, the return value of the `query`-function of a repository will always be...
> OLLAMA_NUM_PARALLEL=1 @rick-github When and where should I apply this setting?