Johannes Hostert
Johannes Hostert
Well, if you write a textbook / exercise sheet on programming, this comes up. It's not that much of a problem within the exercise, but the solution can easily be...
That's the problem. The `program` environment is a tcolorbox listing, i.e. the kind of listing provided by tcolorbox. Which is appropiate, since you want programs to look distinct from regular...
> but there is also a type of tcolorbox called a listing, which is what we put code into in LaTeX. This is what I meant. > There is an...
> I need help, can you upload rom "Found VBIOS for device 10de:1c8c!" ?. I need this rom. Sure, here you go. [vbios_10de_1c8c.rom.zip](https://github.com/coderobe/VBiosFinder/files/5484010/vbios_10de_1c8c.rom.zip)
> Hi would you mind sharing 1c8d rom? :) Here you go [vbios_10de_1c8d.rom.zip](https://github.com/coderobe/VBiosFinder/files/5802496/vbios_10de_1c8d.rom.zip)
Made a quick PR about this.
Sorry, I forgot that I had added Ex Aliquo which adds Cobalt/Ardite handling, so I added it to the backlist.
Data race interaction with TB is an interesting question. First, notice that your code already has undefined behavior since your deallocation (even just through the fact that it acts as...
I was about to add special handling for lambds$funcname$x synthetic methods, but they are already assigned srg names in previous steps, so I undid my changes.
This replaces the old constructors.txt file, which consisted of lines assinging "srg"-like IDs to constructors so that their params could be named even though the actual method name must always...