Benjamin Hamon
Benjamin Hamon
The graphql-jit module can compute the graphQL -> JSON mapping to build a fast per-query response serializer if the `compilerOptions.customJSONSerializer` option is set to `true`. @mcollina Can you add an...
Long shot for this one: - I found a problem with JIT computation when the `jit` option equals to 1 (typically, your test case `JIT` doesn't trigger the JIT code)....
Doesn't ClientTrafficPolicy CRs only affects downstream communication (between load balancer and envoy proxy)? Moreover in my proxy protocol without TLS test I got it working fine (with a gateway-wide ClientTrafficPolicy,...
Thank you for the explanations @liorokman and @arkodg. I'll postpone my tests after #3163 then.
To follow your idea I've tried different setups. # Upstream service I've configured my service *without* proxy protocol support: - With a kubectl port-forward and netcat I properly communicate with...
Your example would mean that the final URI is `file:\\styles\` on Windows (as the path.sep var equals to `\` on Windows platforms) which is incorrect (see http://en.wikipedia.org/wiki/File_URI_scheme or http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx). In...
It may be better yes, a runtime check doesn't feel right. I'm a bit surprised by their change: even if under a new major version it is only referenced as...
@Lunas2525 Can you give me the average nonces/minute with a `buffer` writing strategy?
I'd rather add a way to resume the generation process. I haven't find a way to do that other than using an external control file for now. I'll try to...
Hello, What is the content of your `devices.txt` file? Based on the reported error (CL_INVALID_WORK_GROUP_SIZE) it seems that the `globalWorkSize` is invalid for your GPU. Regards --- Edit I've just...