Keith Cirkel
Keith Cirkel
@hiredgunhouse thanks for picking this up! Let me know if you need any assistance with this. I'll try my best to offer advice where I can 😄
To play a bit of devil's advocate; we could do i18n work without using Locki - it would just be a case of duplicating every page and re-writing in a...
> Are you concerning that unapproved translations go live? This would be my concern, although I don't know if it is @vieiralucas' - could you answer this?
TBH I don't know if Locki would fit our use case. Having out-of-band issue/PR tracker would be a pain, and we'd probably end up downloading the translation as part of...
Hey @jMuzsik thanks for the issue! The current CSS for this site is very old, and the design is not at all responsive. If you'd like to put some work...
Thanks for this @ashleyci. The docs for the `.fail` method live in the code [here](https://github.com/chaijs/chai/blob/616cf8bf883afa67f99a952901b4b44fcabc0cfe/lib/chai/interface/expect.js#L12-L24) for expect and [here](https://github.com/chaijs/chai/blob/616cf8bf883afa67f99a952901b4b44fcabc0cfe/lib/chai/interface/should.js#L44-L56) for should. I think that is where the duplicate entry is...
For sure @aaronsofaly, sounds great! Look forwarding to merging it 😄
I'd be happy to drop IRC - I mostly hang out in the slack channel. Although having said that the bridge would enable folks from any protocol to communicate, correct?
Hey @ihachani thanks for the issue. This is because those properties are non-enumerable, and deep-eql ignores non-enumerable properties. This is something we could perhaps change, but for now you can...
It was a design decision, somewhat arbitrary. It may change in the future. What you gain/lose can probably best be explained by MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable