Alexander Klingenbeck

Results 6 issues of Alexander Klingenbeck

I was writing a small test runner and noticed that after calling `fiber.try`, you can only obtain the error text but not the location where the error occured, which makes...

Hey everyone, First of all, thanks for this great project. I just managed to get the VideoCore Sample running on a Raspberry Pi 3 under .Net Core 2.0 and ran...

I wrote some typescript definitions for twgl, for a personal project. They don't cover the sub-modules yet, but I would be willing to add them. However, I don't know how...

Typescript example is broken as discussed here #6791 (https://github.com/dotnet/docfx/issues/6791). Re-verting to older npm package 0.10.5 for type2docfx fixes it for now.

v2

Disclaimer: I know very little about C++. That said: set_size() is overridden in Screen but set_size() was not marked as virtual leading to the overridden method not being called correctly....