Constantine Peresypkin
Constantine Peresypkin
> The thing is, async consuming is much trickier than producing. Yes, it's infuriating how badly it is supported by Confluent
Lol, nice! Returning to flux2 after a year hiatus and got to the same strange behavior. The moment `kustomization.yaml` appears in the cluster dir - everything gets nuked. All my...
Webhooks are unavailable left and right. I need to re-apply the plan 2-3 times to succeed. I understand that most terraform providers give zero priority to clean bootstrap and destroy,...
Python community is notoriously sloppy with how glibc dependencies are handled. This project is the only place where some sanity is preserved. Not having `libpython.so` though is a major dealbreaker...
@mayeut > This is where I'm lost. If you're building an application, only one python version should be enough ? Mwahahaha. We are not in the fantasy world with rainbows...
@genzgd What about gRPC support? Looks pretty "HTTP" to me. :)
> would be harder to implement streaming streamable Result is available :) https://github.com/ClickHouse/ClickHouse/blob/bd5d7f3f81c33ae9d76f15af1888041161f51269/src/Server/grpc_protos/clickhouse_grpc.proto#L222
Yup, it runs on my host, and fails with invalid opcode, i.e. wrong architecture. So, it's expected? Why?
``` $ GVISOR_PLATFORM_SUPPORT=32BIT:TRUE bazel-bin/test/syscalls/linux/32bit_test --gtest_filter=Syscall32Bit.Syscall Note: Google Test filter = Syscall32Bit.Syscall [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from Syscall32Bit [...
Single stepping on my machine it looks like it fails after `iret $3` here https://github.com/google/gvisor/blob/2f57fc1f17a4ee84015def47970e9cee99cd31aa/test/syscalls/linux/32bit.cc#L72 Which makes me wonder if it's a kernel behavior?... Because as you've said the actual...