fMeow

Results 72 comments of fMeow

Agree, though I don't have evidence. Maybe `Unblock` does not correctly free memories of data that passed back to original async runtime?

That's true, but what if there are hundreds of API endpoint, like `fetchTask`, `deleteTask`, `fetchFoo` and etc. Then users have to pass their headers in every api calls. In this...

For the time being, we can use pnpm patch to apply this feature to apity.

Thanks for your PR!! But I think that using feature gate to pass down feature is not necessary. Rust's feature is addtive, which means that we can just declare reqwest...

Maybe like this branch: [feat/tls-choice](https://github.com/fMeow/arangors/tree/feat/tls-choice).

The given example is indeed a extreme and non-realistic use case. The overhead in my production code is around 10%. I generate a flamegraph with my production code, and the...

I will test it with 1.44.2 later. I just don't know there is a 1.44.2 version. I pin it to 1.44.1 because an issue #7319 that time based metrics causes...

The issue does not show up in 1.44.2 in my use case.

@Xuanwo I change the underlying storage backend from hdfs native object store to opendal. However, I found the version of `opendal` in `lance` obselete. In `opendal 0.55`, it bump the...