Matthew Elphick
Matthew Elphick
Hey, my stop-gap solution for this at the moment is to add a file `@types/mdx.d.ts` to my project root with: ```ts interface FrontMatter { __resourcePath: string; // And so on......
This caught me out today as well. From looking at the code briefly, this seems to be intentional behaviour. https://github.com/NodeRedis/node_redis/blob/79558c524ff783000a6027fb159739770f98b10e/index.js#L405 explicitly states that if `retry_strategy` is set, not to emit...
I've added the basics for this in 483f1e5, but I need to check the normal ordering that I get them from the wiki is the same as the critterpedia, which...
I think at the moment that the order I get them from the wiki _might_ not be the critterpedia order, but I don't have the full list of indexes for...