Charles Merriam

Results 15 comments of Charles Merriam

Hmm... So its an extra step... Do you want help getting it set-up so Package Control just knows about it? --- Charles On Fri, May 3, 2013 at 5:10 PM,...

In retrospect, maybe the example could be expanded and explained. ``` >> class WTF(): pass >> class More_WTF(): .. def __init__(i): .. self.i = i >> hash(WTF()) == hash(More_WTF(42)) True...

Thank you for thinking about5 this. The issues is 'equivalence'. By default, instances use `is`. To make them compare, you add an `__eq__`, which is supposed to implement `a ==...

Could you give a bit more information? For example, which step you are on and what error you get? DId you do the step yet where you add '--history-api-fallback' to...

This looks like a fix for the problems of #218, for which the better solution might be to just not set the public path until after the production server is...

Please comment. This issue likely falls outside the domains of any individual project member and can therefore fall into a black hole.

To add a bit more information: 1. The error is from Express not finding ./public/bundle.js because it is looking for ./bundle.js. It keeps looping back until it just tries to...

If we apply PR #310, we can close #229, #242, #280, #282, #289, and #291. Everyone runs across this bug.

It's not a React Router issue, and your best bet is to look at SlideShare for "universal rendering" or "isomorphic rendering". The short answer: speed, SEO, and testability.