Tamir Duberstein

Results 362 comments of Tamir Duberstein

With #1288 merged, I think we can close this. We are moving away from supporting individual async runtimes. You can use aya-log with compio using https://docs.rs/compio/latest/compio/fs/struct.AsyncFd.html similarly to the manner...

Closing. Please let us know if your needs remain unmet.

+1 to avoiding (or trimming) cargo-util-schemas, which pulls in quite a lot of stuff.

Possibly related to this feature request: opening a workspace that contains non-swift `compile_commands.json` breaks in the presence of this extension. I don't have a small example, but if you [download...

I did an experiment rewriting the client to Swift. The result is pretty awkward, since nice abstractions for interacting with C string aren't readily available. What's more alarming though is...

Interesting. Perhaps then the client should be in Go. Is there much C in Lima? If not, we might still consider writing this (the server) in swift given that high...

Hi @peter-evans. Maybe there's an obvious and simpler solution, but this is the best I could come up with: ``` jobs: example: runs-on: ubuntu-latest steps: - id: determine-target run: |...

I've locally enabled PIE for android and tested this with the latest NDK (r10d) generated for android-21 and an android emulator running the latest API (android-22), and it still fails...

The Option, I think, indicates whether or not you are in-bounds.

Don't you think `Option` better matches the C API? https://docs.ebpf.io/linux/helper-function/bpf_map_lookup_elem/ For arrays this is a bit confusing, but for maps it does behave the way you expect.