Nandor Magyar

Results 8 comments of Nandor Magyar

Creating a server is straightforward based on the docs, it is the client-side what is lacking docs and possibly features. I have managed to create server-side with a Node server,...

Server-side, the node component being the client, `ServerCredentials.createSsl()` will work if the system already trusts the servers public key, otherwise it is to be set up. Providing the public cert...

Hey, I was looking at this code, I found that changing the io mode to blocking eliminates the error and might be ok for the sake of the example, with...

The same phenomenon brought me here. I am on Arch Linux, Zig version: 0.8.0-dev.2065+bc06e1982.

``` const fd = blk: { if (std.io.is_async) { const loop = std.event.Loop.instance orelse return error.UnexpectedError; break :blk try loop.accept(self.internal, addr_ptr, &addr_size, flags); } else { break :blk accept4_fn(self.internal, addr_ptr,...

Hey @Cioraz! Welcome and thanks for reaching out. This should be pre-run test to make sure all the executables needed for development are available in PATH.

I've started creating issues for exact files and cases, I'll leave this issue open for a while as a thread for suggestions where fuzzing could be applied.

As response to @chandhuDev questions, a summary: we already have Kubernetes integration of resource management in-place, but for docker, this is less used, may be less practical and a bit...