Erunehtar

Results 6 issues of Erunehtar

**Describe the bug** I've been trying to use `TEMPLATE_TEST_CASE_SIG` with variadic template parameters, just as mentioned in the documentation, but I've never been able to make it work. Suppose the...

The following code compiles fine in VS2017, but fails in clang 6: ```cpp template class RectT { public: T x, y, w, h; } typedef RectT Rectf; template void serialize(Archive&...

If we do: ```cpp struct foo { float data[16]; }; namespace meta { template inline auto registerMembers() { return members(member("data", &foo::data)); } } ``` we get compile error `function returns...

What's the roadmap look like to support Float64x2? We ported our game engine as well as NVidia's PhysX 3.3.3 to JavaScript using Emscripten, and the SIMD.js support in Firefox currently...

**Running Software (issues missing this information will be deleted):** - Addon version: 10.1.2 - Server patch: 1.14.4 (51146) **Have you read the changelog? (please don't waste our time)** Yes **Describe...

In my options, I have `Unusable Equipment`, `Low Equipment` and `Low Consumables` set to **enabled**, and these item categories are getting properly sold as expected. However, sometimes the gold coin...