Chris Kitching
Chris Kitching
Standalone testcase to reproduce the problem (tested with version `5.2.2` of `ioredis-mock`): ```typescript describe("Creation of global variables with lua", () => { test("works with ioredis-mock (shouldn't)", async() => { const...
Register a reply-transformer: ```typescript IORedis.Command.setReplyTransformer("hgetall", function(result) { console.log("RUNNING TRANSFORMER:"); return [42]; }); ``` IORedis will call this when either `hgetall()` or `hgetallBuffer()` is called. ioredis-mock only does it for `hgetall()`....
Functions such as `exp()` for complex (from [``](https://en.cppreference.com/w/cpp/header/complex)) are missing. Would a PR be appreciated, or were these omitted for some horrifying reason I haven't discovered yet? :D
Given an openapi fragment like: ``` "Norm" : { "type" : "object", "required" : [ "condition", "value" ], "properties" : { "condition" : { "type" : "string", "example" : "
https://www.dropbox.com/s/bty7wgfifw1orp4/Screenshot%202016-06-08%2021.03.39.png?dl=0
Reviewed in https://bugzilla.mozilla.org/show_bug.cgi?id=1051707