Mia Moretti
Mia Moretti
I did some fiddling with this. Top-level imports work, but anything under `types` or `enums` from an imported file doesn't get code-generated properly. Kaitai will accept that as valid `ksy`,...
It looks like most of the language compilers get access to that header comment from `ObjectOrientedLanguage`. The `ConstructClassCompiler` doesn't have the same inheritance chain (or really the same general structure...
Took me a bit to get back to this. I've pulled the header out to a separate constants file. Some notes: - Nim does not appear to use a header,...
I'm not sure what the deal is with these failing tests, but the same tests fail in master
I have been using this library in https://github.com/Mimickal/ReactionRoleBot. I am now porting the project to TypeScript and noticed I always need to specify the type on `.get()`, otherwise the result...
For some context, I was contributing to Construct support because at the time it was the only way to achieve serialization with Kaitai Struct. I've been away from the project...
I've never worked with Heroku before, but looking into it, it seems like it can run node.js apps no problem. I do have plans of wrapping this whole thing in...