Edgars Irmejs

Results 8 comments of Edgars Irmejs

Maybe the module is incompatible with changes in redis. Feel free to push a fix, but the module was an exploration of means, not supposed to be maintained.

Still not fixed :(

Having this long-standing issue is awkward. The ideologically async way is to include such inputs as part of the outputs. This is messy to do manually because outputs may be...

Javascript does not have different types for ints and floats. Internally, it stores it all as IEEE 754 doubles.

I am using `pysimdjson` to do work like this: ``` doc = Parser().parse('{"a": {"b": ...}}') b = doc['a']['b'] s = b.mini ``` The contents under `b` are huge, and `pysimdjson`...

To be frank, it isn't clear to me what the purpose of `storeAsString` is: * If may be to retain full information. In this interpretation, my pull request is wrong....

@rogerdahl Recent versions unified much of the line wrapping and paragraph wrapping code. This C hack was not called before, at least not for line wrapping. I'm 95% sure this...

#66 The bug was deeper than initially guessed.