The Phantom Derpstorm

Results 15 issues of 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.

enhancement

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...

enhancement
help wanted

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...

enhancement

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...

enhancement

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...

Documentation
Thank.You
Help.Me!

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...

Docs.Are Bad
v4

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...

v4

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...

Feature.Shiny
v4

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...

Bug.On Fire
Bug.Well Shit
Ahhh.Real Monsters
Good.Luck
Bug.Derp

Look into seeing if [Punycode](https://www.rfc-editor.org/rfc/rfc3492.txt) can be added to ztd.text.

enhancement