bas smit
bas smit
Logical operators currently only work on integer types, using any other type fails with: ``` ERROR: Type mismatch for '&&': comparing 'int64' with 'string[64]' ``` I think we can define...
time for the next release! TODO: - [x] changelog update, release tag - [x] release artifacts - [x] changelog update in master optional: - clean up our milestones, set new...
lets see if this works without a lot of effort, keeping in sync with llvm releases would be nice :)
For a simple program like: ``` sudo bpftrace -e 'BEGIN { printf("%s %s\n", "abc", "def"); }' ``` We currently emit 140 instructions. 90% of that is just useless string handling...
### pynetbox version v7.3.4 ### NetBox version v3.6.0 ### Feature type Change to existing functionality ### Proposed functionality The ability to inject a custom threadpool implementation into the Api object...
## Summary This PR actually does two things: 1. It migrates from warp::rejection to replying directly. A rejection is meant to signal that this filter failed but that another filter...
Currently only the project itself has a license file, individual files don't have any license and/or copyright info in them. I think we should add it to avoid confusion about...
For `cgroup` to work, the unified cgroup hierarcy (cgroup-v2) must be mounted. It's not obvious in the docs but a comment in the builder code gave me a hint and...
Child processes currently run with the same privileges as bpftrace itself, which can be dangerous or unwanted. You could of course use `sudo`, or some other wrapper, to drop privs...