-
x/net/nettest.TestConn implements a test suite to verify that a net.Conn implementation conforms to the implicit contracts of net.Conn. However, some (I argue) valid implementations of net.Conn cannot…
-
This feature will avoid the need to dedicate a goroutine to read on the connection and enable read buffer pooling.
See [eranyanay/1m-go-websockets](https://github.com/eranyanay/1m-go-websockets) fo…
-
I'm trying to achieve something like this using sounddevice
`Read stream from mic` -> `send to the server using socket` -> `processing on server` -> `return the processed audio` -> `write data to t…
-
Dear maintainers,
QUIC draft says that implemantations can choose to offer the ability to deliver data out of order.
https://tools.ietf.org/html/draft-ietf-quic-transport-14#section-9
> St…
-
BPO | [7322](https://bugs.python.org/issue7322)
--- | :---
Nosy | @loewis, @gpshead, @amauryfa, @pitrou, @ned-deily, @bitdancer, @florentx, @vadmium
Files | [test-issue7322.py](https://bugs.python.org…
-
When I attempted to create a new GitHub codespace from https://github.com/enola-dev/enola/pull/518,
please note that I am filing this problem using the original first commit 0637b590347653481c7675f…
-
I got these errors while using Megatron-LM to pretrain a GPT model. Strangely, my setup works fine for this cluster previously, but I got assigned to some other nodes this time and some of the nodes d…
-
Hello everyone!
I created a file transportation service for IPFS, more like an upload service I guess.
My big ambition through this project is make IPFS more accessible to the general public.
I'm c…
-
### Expected Behavior
I expect that when using JdkBlockingHttpClient the blocked call httpClient.send is used and not the asynchronous call httpClient.sendAsync. In this case, the entire request will…
-
It was mentioned in issue WebAudio/web-audio-api#312 that exposing the maximum number of channels would be useful.
Perhaps we should consider exposing this value along with some other implementation …