Andreas Lind

Results 190 comments of Andreas Lind

Okay, thanks. I might look into implementing that when I get around to integrate https://github.com/papandreou/impro -- I can't make any guarantees about when that will happen, though.

I removed it from inter because it was removed from CLDR :/. I don't remember exactly, but I think it disappeared in release 24. Try hunting down the changelog to...

I guess `/^[A-Za-z]+\d*$/` will be sufficient?

> I'm not entirely sure of gm's behavior with invalid inputs Try adding a test :)

At present `makeFileSizeRenderer` doesn't even get i18ned units from CLDR. They're hardcoded because the correct units weren't available when I wrote the first version of it. They are there now...

Oh, I didn't realize that 2.0 was out. I'm using `node-htmlparser` with jsdom, which still has it pegged at 1.x.

I guess this might be related to this keep-alive problem I ran into a few years ago: https://github.com/moll/node-mitm/pull/36 I'll just close that one and hope you get to the bottom...

@holm, I just ran into a failing test that was caused by another test accidentally modifying an object inside the value exported from the reference file. I think it would...

I also ran into this problem today where `express-brute-redis` seemed to ignore a `-READONLY You can't write against a read only replica.` response from the server. As far as I...

@SleepWalker, would something like [this](https://github.com/unexpectedjs/unexpected-sinon/pull/40) work for asserting that all calls to a spy satisfy a spec? > How should I assert, that some spy was never called with specific...