TheDiveO

Results 179 comments of TheDiveO

Thanks for the responses! 1. Some devs and projects might need a C binding. Today, there's libxdp. The Go client package could be used as illustration of the API. 2....

actually, I was looking to the C client to use as I would suspect many people to head for C when dealing with XSKs on the data plane.

Please note that this isn't cosmetics anymore as #12 considers it, but newer nodejs versions now seem to block execution.

update: on Kubuntu 23.10 with a node v18.19.0 installed from nodesource as described in their Github repo https://github.com/nodesource/distributions?tab=readme-ov-file#using-ubuntu-2 the appimage starts to work again.

doesn't work on (K)ubuntu 24.04LTS

yes, because there are situations where you cannot disable cgo but otherwise want to avoid the dependencies on libc. In fact, it is possible to create a static standalone binary...

Hope that it's not noise: I wondered if naming it the `sum` parameter might be implying to the less experienced dev that reduce does only summation, so I looked at...

Another one who likes to shoot his own context feet. Yes, checking that if a context is used inside a function passed to Eventually should take the context from the...

@r-hang yes, that's also my understanding. The placement idea was initial, to get the discussion going. With some time passed, it doesn't look like correctly addressing the underlying situation. Looking...

A workaround is to use `p.ResolveTimeout` for the moment, yet IMHO this should be fixed to use resolve using the passed context.