Michael Jackson
Michael Jackson
Actually, just found [this](http://www.solitaryroad.com/c725.html): > Two sets A and B are said to be equal if every element of A is an element of B and every element of B...
Even though they are implicitly ordered, conceptually a Set is not. toEqual is the right method IMO.
I'd be open to a PR that does this, @rnewman, if you're up for it. :)
Hi @19Qingfeng, thanks for bringing this up. This is definitely something we'd like to support eventually, though it isn't a priority for us right now. Leaving this open for some...
Seems like this is a 2 part fix: - Fix the docs so they mention getting env vars from `context.env` instead of directly from `context` - Declare an interface in...
> new serverConditions, serverMinify & serverMainFields config options Yeah, @MichaelDeBoey. I think we will need these. > If so, I would suggest to go with a server object instead, to...
First off, I just wanna thank everyone for weighing in here. It's important that we carefully consider changes we are making to the framework as we move it forward. I...
I haven't looked too deeply into any of the JavaScript syntax highlighting libs, but I'd definitely be open to the idea. It just needs to support lots of different languages...
I just pushed up a copy of Mint's own docs in doc/api/mint.html. They're not finished yet, but you get the idea.
Hey @ericclemmons! Thanks for the input. I'm not sure if you saw #48 or not, but it seems you're not the only one who wants better error messages from `toHaveBeenCalledWith`....