-
Notifications
You must be signed in to change notification settings - Fork 139
feat(icons): added more libraries #746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: antedotee <[email protected]>
👷 Deploy request for ebpfio pending review.Visit the deploys page to approve it
|
}, | ||
list: [ | ||
{ | ||
name: 'node_bpf (libbpf bindings)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks unmaintained with the last commit from 3 years ago
'Node.js bindings enabling loading eBPF programs, attaching to hooks, and interacting with maps via libbpf.', | ||
}, | ||
{ | ||
name: 'node_bpfcc (BCC bindings)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment as above
list: [ | ||
{ | ||
name: 'Community explorations', | ||
linkUrl: 'https://jvns.ca/blog/2018/01/31/spying-on-a-ruby-process-s-memory-allocations/', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't a library?
name: 'XDPLua (research)', | ||
linkUrl: 'https://victornogueirario.github.io/xdplua/', | ||
description: | ||
'experimental work exploring Lua with XDP/eBPF; useful for research and learning rather than production use.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would look for libraries that are production-ish ready
Signed-off-by: antedotee <[email protected]>
same comment a lot of these aren't libraries, they are projects |
Will you update them to libraries rather than projects or should I close this PR for now? |
I will try to, if i don't do it within a day, I will close it manually or you can close it then. |
Added icons for libraries to website
Fixes #216