Wouter van Oortmerssen

Results 31 issues of Wouter van Oortmerssen

This is the tracking issue for the release after 2.0 (see https://github.com/google/flatbuffers/issues/6353). Please link *from* issues that should be resolved by the next release *to* this issue. Any other release...

not-stale
Release

FlatBuffer's binary format has been set in stone for 6.5 years now, because we value binary forwards/backwards compatibility highly, and because we have a large investment in 15? or so...

not-stale

Co-routines have been in Lobster since almost the beginning, because they are in theory a great match for a language that aims to be used for programming games and other...

Lobster has a lot of support for built-in 2/3/4D vector operations, both at the language level with all the operators (`+` etc), and with a lot of built-in functions (`dot()`...

Most of the ones between 1 week and 90 days appear to limit themselves to days in this month, and not set the date range correctly.

I'm sure this has something to do with me using tools from https://wasm-stat.us/waterfall, but wanted to report it anyway just in case any of these problems are worth fixing: First,...

**Version/Branch of Dear ImGui:** Version: 1.88 **Back-end/Renderer/Compiler/OS** Back-ends: SDL + GL3 Compiler: VS2022 Operating System: Windows **My Issue/Question:** No matter what I do, I can't seem to create a table...

layout
tables/columns

I am passing `___tracy_source_location_data` structs to tracy that are valid for the entire duration my game is running, but are not valid anymore once the game starts its cleanup process...

For the sake of having a good overview of all our proposals, I would suggest putting the table of finished proposals inline at the top of this page rather than...

In particular, `DecompileExpr` calls itself recursively. Example that fails: `clang -O2 quickjs.c -c` runs out of stack at VC++ default stack size of 1MB.