David Kraeutmann

Results 12 comments of David Kraeutmann

The framebuffer errors were just an artifact of apitrace. The real culprit seems to be whatever triggers all the glDelete*/glGen* (or some consequence thereof)

My suspicion: The framebuffer OpenVR appears to use as the read framebuffer is (in that api trace) 105. FB105 gets established at call 7554 at the start, and assigned texture...

I'll submit a PR once I have an implementation.

Bumping this. Would really enjoy postgres support.

I believe this is an ESXi bug, but I figured I'd file it here since that's where I ran into it. Workaround: don't have two NVMe disks, merge them into...

Sorry, i just realized i forgot to set the title. Please change it to something suitable as I can't edit it myself, eg "Storage Migration Service fails if there are...

This desperately needs better documentation! Just spent a few hours deep in strace trying to figure out why my sls are failing despite the file existing. I workarounded this via...

There's a way to tag people in the commit text: > `Co-authored-by: NAME ` For me it would be: > `Co-authored-by: David Kraeutmann `

This would be immensely helpful, as it's very easy to make a mistake when writing the Haskell types.

Quick and dirty poc https://gist.github.com/KaneTW/0f321b6ccf0143611c43e2d087e939d3 Basically checks if the types match (i.e. bidirectional casts exists, so varchar and text match, but int8 and int2 don't), all non-nullables are present, and...