burbilog
burbilog
I filled issue #45, macro is {$INTF_REGEX}, without 'P'.
> In fact, Udp2raw need to stop packages into Linux kernel so need to Drop the port in filter tables.So u can use DNAT forward the Udp2raw port to another...
Do not remove -static, without it you won't have a static binary. Add -libverbs and then it will compile ok. Then you could use static binary on older systems without...
Simply amazing. Please, do it!
This was asked in 2008, I remember posting in that ticket in 2011: https://workrave.org/bugzilla/712 Yes, it's a huge problem for me -- too often I suspend workrave to do some...
I've got the same problem after updating debian 11 to 12. Any chances to have this fixed?.... it seems the issue is year old.
I have the same problem -- ollama uses my 3060 card just fine on debian, but buzz installed via snapd does not. I'd like to install it via pip, but...
Exact piece of text that produces the crash: ~~~ if groups: guacdb.debug_print(f"Group memberships: {', '.join(groups)}") ======= guacdb.debug_print(f"Successfully created user '{args.name}'") if groups: guacdb.debug_print(f"Group memberships: {', '.join(groups)}") >>>>>>> REPLACE ```` gcmanager.py...
This IS Markdown, at least in some special field -- Aider (command line coding via LLM tool) keeps its history in .md file called .aider.chat.history.md. These signs are parts of...
> Seems like those should be in code fences, then. Anything followed by an > == in Markdown is a headline, and this format will break. It's not > Markdown,...