Alberto Esposito
Alberto Esposito
So here's some updates on what I found: - [xnvme](https://github.com/OpenMPDK/xNVMe/blob/main/lib/xnvme_be_linux_async_liburing.c) provide a good example of setting up and interacting with the ring - [Here](https://github.com/espoal/io_uring.go) I'm trying some implementation in GO...
that works like a charm, excellent package. I spent a lot of time reading your code and it really helped this noob to learn :+1:
I'm having the same issue but @rrubyist code didn't fix the issue :( I'm using Raspbian lite on a Raspberry pi zero 2 W, with pre-soldered headers. ``` pi@raspberrypi:~/Pimoroni/inky/examples $...
I just created a PR to fix the same issue, should have checked first :D Thanks @rhashimoto Should we maybe create a PR to fix all other ambiguous dependencies? Would...
@ronag what's the issue with the core node HTTP/2?
it is quite the opposite, if used well it will reduce ram and cpu, especially for long videos. Hold on, tonight (8 hours from now) I will post you some...
sorry for taking so long to reply, but I got scolded at work because I officially can't divulge the data that was under NDA. It was under NDA because we...
I was hoping to answer this issue with a PR, but unfortunately time has been lacking. The [removal of QUIC](https://github.com/nodejs/node/pull/37067) was a disruption for some of my services, so I...
For the future engineer who will have to implement this, I created [awesome `io_uring`](https://github.com/espoal/awesome-iouring) as a collection of articles, tutorials, libraries and examples to help implement this interface.
I would like to add that it would be nice to have `End Of Sequence` error. It would be different from `io.EOF` because it would cover the case of zero...