Pete

Results 26 comments of Pete

Why dual boot? Wouldn't it be easier to use a VM under HyperV? Unless memory is the issue.

I upgraded to 4.1.0 and can no longer reproduce the issue, so whatever it was, appears to have been fixed. Were the AIs changed? I noticed that their tactics appear...

Funny, had not run into it since the upgrade and then I ran into it last night... This also had Cobra and SemperFi in it. [spiking.zip](https://github.com/Warzone2100/warzone2100/files/6795894/spiking.zip)

Warzone 2100 Portable-4.1.0 Maybe it's the map I used? Added it to the .zip file. [spiking.zip](https://github.com/Warzone2100/warzone2100/files/6880597/spiking.zip) I am able to load it without a problem.

I am seeing this as well. It was creating animated GIFs just fine and then all of a sudden they're all corrupted. My code is very simple: ``` static void...

To help diagnose, I tried to load the image here: http://www.smiliegenerator.us/index.php?pid=41 (never been to this site before, but it gave some diagnostics, so that was cool). This is what it...

Looking through the format specs from various places, it appears that the image separator should be 0x2C, but header[0], in my case is 97 decimal. I replaced WriteByte(header[0]) with WriteByte(0x2C)...

@danielcrenna Sadly, I've had to switch to NGif. It creates a usable animated GIF. If BumpKit gets fixed, I'd much rather use it because NGif is a pox on my...

LOL. Oh, I completely misunderstood. I was looking for like an editor where I'd edit some markdown and see the results. But now I see that the demo is rendering...

It was happening when I ran the sample script: ``` from docling.document_converter import DocumentConverter source = "https://arxiv.org/pdf/2408.09869" # document per local path or URL converter = DocumentConverter() result = converter.convert(source)...