Wyverex42

Results 8 issues of Wyverex42

In its current implementation, VecResource will drop all contained values when it's deleted, even the uninitialized ones. Depending on what T is, this might go unnoticed for a long time...

### Goal When showing a lot of `twisty-players` on a single page (e.g. for an overview of cases), all of the players fade in after page load. This basically creates...

enhancement

### Steps to reproduce the issue Hi, My issue might actually be a non-issue and purely due to lack of understanding on the internals of cubing.js. More documentation around `KPattern`...

enhancement
📦 cubing/kpuzzle
📦 cubing/puzzles

Some of the structs in the `VREvent_Data_t` union have `uint64_t` members which seem to refer to strings, e.g. ``` struct VREvent_InputActionManifestLoad_t { uint64_t pathAppKey; uint64_t pathMessage; uint64_t pathMessageParam; uint64_t pathManifestPath;...

I started using Kaitai two years ago when it was still version 0.8. After a long project hiatus I've now upgraded to 0.10 and noticed that the `read_bytes(char*, std::streamsize)` variant...

`generate-openxr-hpp.ps1` currently expects the Python executable to be named `python3`. However, that's not always the case. If you install Python via https://www.python.org/downloads/, the executable is called `python`, even though it's...

While working on reverse-engineering a file format, I noticed that the extension sometimes just stops working. After undoing change after change I found out that the issues was a missing...

### Steps to reproduce the issue - Call `KPuzzle.algToTransformation(new Alg()).toKPattern()` - Change some data in the resulting KPattern, e.g. swap some edges - Call `KPuzzle.defaultPattern()` - Observe that the default...

🐞 bug