Rich Lane
Rich Lane
It really depends on the eBPF program. For my usecase I'm able to saturate a 10G link with small packets, so you can at least execute realistic programs at a...
This should be doable. Right now the ELF loader only loads the text sections but it could do the same for data/rodata/bss. A simple testcase: ``` c extern int strcmp_ext(const...
The trouble is that the accept keys are uppercase, so trying to type an uppercase pattern will sometimes result in accepting a match.
I haven't used packer before. Here's my init.lua attempting to reproduce this: ```lua return require('packer').startup(function() vim.cmd [[ nmap p Pounce vmap p Pounce omap P Pounce ]] use { "rlane/pounce.nvim",...
Could you check if #36 fixed this? It's now setting up the highlights both in the ColorScheme autocommand and when the plugin loads.
What would be the behavior for matches in other windows?