Andrew Conrad
Andrew Conrad
This should probably be closed, as nvidia support has been added since 574cca6.
Well this is a feature when drawio is linked to Google Drive, if I remember correctly. We could probably take a look at that implementation to have similar functionality in...
I got this working consistently in online mode. [EDIT: It seems like I can be in online mode, but EAC will kick me after a time with others?] I'll copy...
I was able to join the other person's game without any issues (besides latency, due to his internet).
I noticed after Proton 6.3-6 that it wasn't working anymore. 5.13 worked fine, so it wasn't a container issue. Proton logs only contained the header, no actual output. I had...
@erdnaxeli I adapted a longest common subsequence algorithm to find the difference between the html and unformatted messages, which extracts just the html tags without needing to do full parsing....
In practice, a terminal can only emulate so much of standard html rendering, but it works completely fine (for me) for the most common cases of bold and italics. Support...
In my testing, weechat displays formatting for sent messages but not received messages. It always uses the `body` of the message. even when a `formatted_body` is available. Edit: This is...
I tested this out. Configuration with cmake worked fine, but compiling did not work (as expected). I thought you might be interested in the error received: ``` [ 11%] Building...
I got this to compile by commenting out some stuff in the openvr header. If I can figure out why that if block isn't working, I will submit a pull...