dan sinclair

Results 219 comments of dan sinclair

Is this a matter of spinning up new servers under the new account, getting all the deployment stuff up and running with those servers and then switching over a load...

@maxneuvians would you know what needs to be done here, or who we should poke to figure out what we need to do?

@dsamojlenko as an alternative guess a who would know what we'll need to do to the infra to consolidate the AWS hosting?

Chatted with Dave and came up with a few tasks to migrate the site. Before going down that route, one question that came up is, can we shift the site...

There are failing tests which need to be fixed up. The `glslc_tests`, and a bunch of the shaderc test suites all failed with the patch applied.

Does it work better if you do `add_subdirectory(3rdparty/shaderc)` instead of `include`?

Are you changing `CMAKE_MODULE_PATH`? It looks like it's looking for a file in the local `cmake` folder and is unable to find it?

I think we should leave this open until the build is fixed.

The parser in amber treats all colour values as `[0..1]` floating point values. So, when it parses the `EQ_RGBA 0 1 0 0` it divides each value by `255.f` which...

Should we close this now and file followup issues for anything new to be added?