Charlie Barto

Results 16 issues of Charlie Barto

This removes old versions of windows and VS pipelines that are no longer provided as azure hosted images. At some point I should add them back but it's better to...

Looking at the source code it looks like this is returning a new COPY of the item stack every time it's called. I suspect this is the problem, but I...

As far as I can tell Nimrod does not support any kind of variadic generic. That is a generic procedure that can take 0 or more type arguments. The motivation...

Adds the ledger book-keeping CLI to mingw

A new key combo may be needed, or configurability, or a button in the UI

It seems like it should be possible for vulkan-hpp to generate structure types that look approximately like: ```c++ struct WhateverInfo { ... union { struct { uint32_t whateverThingsCount; whateverThing* pWhateverThings;...