Dominique Martinet

Results 143 comments of Dominique Martinet

Note the ifdeffery version just got much simpler since we removed the bpf option type (passing NULL as parameter) - we can remove the struct and #ifndef #define from the...

the libbpfgo change has been merged but I'm not sure we can count on a release (haven't explicitly asked yet) -- would pinning against the latest commit for this repo...

Thanks, opened #104 with gobpf version bump!

@Hjdskes this has been open for over a year but I got prodded about headless support in private, so I've just rebased this and added a couple of fixes. Running...

@mike-yamazaki I did it in https://github.com/Hjdskes/cage/pull/189 but it hasn't been merged. Looks like others are using it, so it probably works. I'm not using it myself.

That's much easier to answer with the error. sql used to be optional but was changed to a required feature recently, you need to install `unixodbc` to build.

ah, and the first post says after installing unixodbc you need quickjs. That'll probably be true for you asell. https://aur.archlinux.org/packages/quickjs might work but I'm not sure if edbrowse makefile will...

"vendoring" would mean including all readline sources inside the edbrowse repository and building it together with edbrowse. We do not do that (and there shouldn't be any reason to ever...

Hmm just noticed this issue was linked on the PR -- I don't think it'll help you honestly. All the PR currently does is synchronize the internal "full screen" state...

Well, my PR is meant for sway so it definitely helps there, but the original report talks about KDE so I think these probably are different issues :) afaik KDE...