Santiago Ignacio Poli
Santiago Ignacio Poli
It would be nice if: - The AWS Service Operator came pre-installed in all EKS's Control Planes - There is a CRD in the AWS Service Operator to provision EC2...
Hi! I need to implement a Web Server which receives a message via **HTTP POST** and forwards it via socket.io. For example: ``` javascript POST http://localhost:8080/c1 Body: {"message":"Hello World"} ```...
Hi! I want to set additional information to my swagger config (Tag descriptions for example) like this example: ``` java Info info = new Info() .title("Swagger Sample App") .description("This is...
When I cache something which returns "error", the value is cached. For example: ``` > cache_tab:new(cache_test, []). > cache_tab:lookup(cache_test, key1, fun() -> error end). > error > cache_tab:lookup(cache_test, key1, fun()...
Hi! I'm getting a memory leak in RXNetty. When I test my server with AB, I get this log: ``` 16:11:57.461 [rxnetty-nio-eventloop-3-1] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called...