ajwerner
ajwerner
I'm interested in helping get this over the finish line. What's needed to complete this work?
I put up https://github.com/aya-rs/aya/pull/629 as a rebase of this change and an integration test. It does not do anything towards an async API, but I agree that we should leave...
@ishitatsuyuki did you ever have an example of a test program that demonstrated the epoll hang? I couldn't exactly follow your arguments enough to justify the fences in code, so...
> I notice in aya-bpf, lru hash map is usable, but in aya, the userspace lru hash map not exists, how do I do to use lru hash map in...
Another reason the logic is janky is that if you do specify the name of a library and a pid (https://github.com/aya-rs/aya/blob/b1bf61ca61285bc2390b3b3d10ee6a91eabfef34/aya/src/programs/uprobe.rs#L89-L92), then it does go look at the proc maps,...
I'd be happy to review this when it's ready (if you're seeking review). I was just thinking about implementing this sort of functionality.
Does the C bpf ecosystem support linking multiple compilation units together?
The deal seems to be that tonic is enforcing that the server offer ALPN protocol negotiation. This doesn't seem like a standard thing in the gRPC ecosystem. This can commonly...
I wonder if https://docs.djangoproject.com/en/4.1/ref/contrib/postgres/indexes/#hashindex would work, at least for the secondary indexes.
I need to update my notification settings. Sorry I missed this. I'd want a macro that evaluates to `Result` for some error type E. Let's call this new form of...