spacehamster
spacehamster
After setting the Scripting Runtime Version to `.Net 4.x Equivalent `, I get the following error ``` NullReferenceException: Object reference not set to an instance of an object Mono.CSharp.PredefinedAttribute.Resolve (System.Boolean...
I'd like to see support for longstrip/webtoon comics in the reader / html output. It'd be nice to have an option to display all pages at once instead of only...
If i run the following ```c++ #include int main(int argc, char ** argv) { MapGenerator * mapgen = new MapGenerator(1600, 900); mapgen->setSeed(4000); mapgen->update(); mapgen->startSimulation(); delete mapgen; } ``` I get...
There are some design questions about the decompiler that need to be answered before progress can proceed. https://github.com/spacehamster/DXDecompiler/wiki/Decompiler-Intermediate-Representation-Design
There are a few classes of issues with disassembly tests. As the assembly tests are mainly a sanity check to ensure that the bytecode format is well properly understood, these...
Export Stalls
I've started to implement exporting here https://github.com/spacehamster/TypeTreeDumper/tree/working, and issues with code that I would have expected to cause a hard crash cause the process to stall. Closing the terminal leaves...
Sometimes mokuro will output overlapping textboxes which can make it difficult to read the box with the lower z-index.  The simplest solution I think would be to allow dragging...
I'd like to see support for longstrip/webtoon comics in the reader output. It'd be nice to have an option to display all pages at once instead of only one page...
I'd like to see make improvements to Memento's dictionary definition display to bring it more in line with Yomitan. More specifically, I would like to see proper support for Yomichan's...