jwdevel
jwdevel
If you'd like people to use your code, you should specify what license it's available under.
Currently, one must decide at compile time whether `PPK_ASSERT` will use a `static bool _ignore` flag or not (see: `PPK_ASSERT_DISABLE_IGNORE_LINE`). However, I have a program that largely *should* use that...
When building in Release mode (but not Debug), I get this: ```txt In file included from /path/to/EASTL/include/EASTL/algorithm.h:237, from /path/to/EASTL/include/EASTL/string.h:96, from /path/to/EASTL/test/packages/EATest/include/EATest/EATest.h:67, from /path/to/EASTL/test/source/EASTLTest.h:11, from /path/to/EASTL/test/source/TestFixedTupleVector.cpp:7: In static member function ‘static...
## Summary Currently, typing text to search will look through some subset of fields (not sure what they are exactly; did not see documentation), and if you want to find...
I'm not sure the best place to put my comments, so making this issue. Feel free to close if you feel it's all well enough represented in other places. I...
I am writing a builder-style class. This class is also not copyable. I want to expose this class in Lua, with a similar builder-style interface. However, if I have a...
If I have a type bound to Lua, I can construct like so: ``` lua v = vec4.new(1,2,3,4) ``` However, `.new` will also take any extra arguments and ignore them:...
When using attachments, swaks will use `multipart/mixed` for the container, and each attachment becomes a sibling in it. But, this is not always desired. Sometimes a user may want `multipart/alternative`...
Slightly off-topic, but I think the mailing list sign-up for BuildBot is broken. Perhaps someone who sees this can investigate? I tried signing up for `users` and `devel`[1], a day...
It would be good to mention what support for different [rounding modes](https://en.wikipedia.org/wiki/Rounding) the library supports. One thing that annoyed me about `libfixmath` is that its docs just says it supports...