Aldehir Rojas

Results 24 comments of Aldehir Rojas

@ssbarnea Unfortunately I am still getting an error, different one this time however. ``` $ ansible-lint Traceback (most recent call last): File "/home/alde/example/venv/lib/python3.10/site-packages/ansiblelint/_mockings.py", line 98, in _perform_mockings if os.readlink(link_path) !=...

I applied #24000 and played a few games of Overwatch. In my opinion, it was unplayable. In the chaos, I constantly found myself standing still since I was not reactivating...

Try again without `--reasoning-format none`. Your request has the harmony tokens in the assistant message. In my experience, this causes weird hallucinations from the model. It is imperative they are...

100% the new timer. Only way to resolve is to ship UnrealEd, but I have to fix #10 first.

@Gibitwit, I'm afraid this is outside my area of expertise. Is there a particular reason why you cannot use the DirectX driver?

Ah, ok. I believe rebuilding natively for Linux is the best solution for the poor frame rate. We have everything needed to build on Linux, but unfortunately I don't have...

@Astolfo2001, UT2004, like many games in its era, use broadcasting to advertise itself on LAN networks. This may pose a problem when using a VPN solution, since it doesn't know...

Yes, notice the requirement to set the interface metric so broadcast traffic is routed through the VPN interface instead of your default network interface. Nonetheless, LAN over a VPN is...

> Yes! This is exactly what I was thinking about :) can you give me push writes to your repo so I can contribute without doing PRs to PRs? Sure....

Sounds like you're thinking of a parser generator. Something like yacc, bison, or ANTLR. The problem I see with those solutions is they require building a parse table upfront, which...