Ravi van Rooijen
Ravi van Rooijen
When reverse engineering formats I often look at the distribution of values for a certain struct. An example from the world of romhacking: - I know that this file contains...
Note that this PR is based off #340, as I couldn't set up a dev-environment with the outdated versions. Let me know if I need to rebase this on `develop`....
This avoids having to install Python 2: https://github.com/sass/node-sass/issues/2877 I had to lock `sass-loader` to 10.x instead of 11.x because it's apparently [incompatible with Vue 2](https://stackoverflow.com/a/66087132/10434371). As far as I can...
The current [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) typings are horribly out of date and frankly unusable. To fix this I created new typings, but since DefinitelyTyped is a mess and it's generally preferable to...
Title says it all.
As discussed on gitter, creating an issue for it so I don't forget. > Are there performance reasons for tokenTypeIdx being a separate property instead of using tokenType.tokenTypeIdx? > the...
As mentioned on Discord, these are my cleanups & refactors so far that have nothing to do with NBT or MCA. The rest of my de-duplication effort depends on the...
Title says it all. Follow up to https://github.com/Querz/NBT/pull/75 :)
Is there a (working) library that can generate io-ts definitions from typescript code? For example: **Input:** ```typescript type MyFantasticObject { amazingProperty: string; evenBetterProperty: number; } ``` **Output:** ```typescript const MyFantasticObject...
The current [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/express-session/index.d.ts) typescript definitions for this module are a mess. They're needlessly convoluted and in some ways outdated or wrong. Because my definitions would be a breaking change and...