haelix888

Results 8 issues of haelix888

This is a request for confirmation, but if confirmed, it would be a nice feature request. At the Boost.Asio TCP level we have a "gather" interface which makes it possible...

Feature

The code at native_method:328 seems incorrect, why would you do std::decay_t&? Comment mine: auto wrapper = [field, initializer] (JNIEnv& e, Object& obj, /*std::decay_t&*/Args... args) // TODO why reference? This causes...

2 questions: (1) You say "The type of the first parameter of the lambda must be jni::JNIEnv&. The type of the second parameter must be either jni::jclass*". Yet, in your...

Or otherwise said, do I expect of the library to "wrap"/generate marshalling code (and if so, to which extent?), or should I declare my native methods to take something as...

For some uploads (not large ones) I see in the log: ``` [226.130625] TID=0: BEGIN: Uploading file (id=154, path=/.shared/...................... [240.214013] TID=1: Flushing DB...done [406.853707] TID=0: Error during request: Code: 65,...

I am interested to know if this can be made to work with Debian 11 "Bullseye" (Linux kernel 5.10). For reference, Linux kernel 5.10 is the most recent LTS Linux...

I looked inside onload_build script and didn't find a "proper" way, so I tried doing the following before invoking onload_build: ``` export CFLAGS='-march=skylake' export CXXFLAGS='-march=skylake' also: replace '-mtune=native' with '-march=skylake'...

I think I came pretty close to using onload exclusively from within docker. I know this messes up security and is not standard practice when working with drivers but it...