The Phantom Derpstorm
The Phantom Derpstorm
Both projects are starting to wind down open source support so it's time to find other alternatives. And by other alternatives I mean GITHUB ACTIONS BAYBEEE.
We need a way of finding out all relevant GPU information. This issue will be for what should theoretically be in there. - [x] Vendor - [x] Name / ID...
There should be support for marking every single method -- including the allocator methods -- `constexpr` given C++20 gives us the (proven) technology to make a small bit vector that...
As proven in std0 and written about [here](https://thephd.github.io/freestanding-noexcept-allocators-vector-memory-hole), it is possible to have a fully `noexcept` allocator. It should be extended to this container as further proof and integrated into...
Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike...
I'm pretty happy with Sphinx + Doxygen, and will probably move to do that over any other setup. I just need to pump it into sol2 now, which means it's...
There's a number of scenarios where sol2 is making garbage that it seems not to be destroying, as evidenced by a few issues filed recently about leaks (particularly, on *Nix...
Right now, `sol_lua_check` and `sol::stack::check` work by using a handler-based approach that invokes some sort of error handling operation, which is expected to jump or throw or terminate. These are...
When I fixed #1047, I reduced the amount of uservalues available to 0. This mean that the `luasetuservalue` call actually fails. This is important, because "dependency" tables are stored in...
Look into seeing if [Punycode](https://www.rfc-editor.org/rfc/rfc3492.txt) can be added to ztd.text.