woodpenker
woodpenker
Yes, this feature really convenient for me!
I have the same situation. When toggling guake on, click on the other screen twice, then guake windows will move to that screen. This is really annoying. guake --support $...
hi, gays, I find a solution to avoid this annoying situation for version 3.7.0: 1. open the file `guake/utils.py` 2. find the function `set_window_state(self, window_state)` at _line 164_ 3. modify...
I happen to use `uthash` before, just wondering if it can be replaced by the hashmap from `libbpf/src/hashmap.h`, so we don't need to introduce a new depend. Thanks.
> I'll check whether `libbpf/src/hashmap.h` can be used instead of `uthash` in terms of implementation as well as license issue. Thanks for good review. By the way, what do you...
> I had met the same error before, but link `/usr/include/asm` to `/usr/include$(uname -m)-linux-gnu/asm` solved this. Maybe you need to check if `asm/types.h` exists or search on the system to...
Do we consider providing a cmd flag such as `-btf` to let user provide their BTF file for the kernel, so that we can use tools even on 4.x kernels?
> > Do we consider providing a cmd flag such as `-btf` to let user provide their BTF file for the kernel, so that we can use tools even on...
> Instead of touching every tool, I'd suggest providing the BTF path through environment variable and teach ensure_core_btf() to recognize it. Thanks for explaining, I may try that. But I...