Cristian Morales Vega

Results 59 comments of Cristian Morales Vega

I'm OK with how the Checks API is being used / GitHub Checks are being published. The problem is in how different sets of tests are presented in the Jenkins...

I guess what I want is to have the results of two independent projects into a single Jenkins job, in a way as close as possible to "just twice what...

For the time being, would mixing span-lite and gsl-lite usage be a horrible idea? Not sure whether they are kept explicitly compatible, "maybe it would work, try and tell me"...

FWIW the thing right now I miss the most is the lack of a string_span with a static extent. span-lite does have static extents, but no string_span; gsl-lite has string_span...

Fair enough. Just to be clear, is gsl-lite then in "maintenance mode"? Bug fixes but nothing else?

FWIW, with 23.0.1: ``` $ apt list docker-ce docker-ce-cli Listing... Done docker-ce-cli/jammy,now 5:23.0.1-1~ubuntu.22.04~jammy amd64 [installed] docker-ce/jammy,now 5:23.0.1-1~ubuntu.22.04~jammy amd64 [installed] $ docker run -ti --rm 0ab66881fb24 bash docker: Error response from...

It's not that I want to disable the handshake timeout, but since I was planning to have a single tcp_stream timeout covering a time range from TCP connection to over-websocket...

> > ...a malicious client could force my server to keep lots of WS connections open indefinitely without having to know the app credentials > > The credentials are submitted...

OK, thanks. The `When constructing a websocket stream from a tcp stream that has timeouts enabled, the timeout should be disabled first before constructing the websocket stream, as shown.` is...