Michael Chang

Results 5 comments of Michael Chang

After trying random things to solve this issue, I discovered that increasing test timeout (`jest.setTimeout, 30000)` or `test('title', () => {...}, 30000)`) fixed it for me. Disclaimer - I don't...

If you have an exact (string) plural rule (e.g. pluralize.addPluralRule('IP', 'IPs')), I think it's safe to ignore the casing since you've explicitly defined the plural version. Unfortunately, looking at the...

Okay understood - that's what I figured. This is our coveralls repo URL: https://coveralls.io/github/u21/lumos

@afinetooth The volume seems expected to me. My current coveralls setup is that every PR and every master push will trigger the coveralls CI and with a large team, we...

Cause is because isOutsideRange is only being called when focus changes or there's a new isOutsideRange. The modifier is not being triggered when start date or end date changes which...