andrewdeandrade

Results 45 comments of andrewdeandrade

It's not a bug, but it is certainly an issue. IMHO the haunt command itself should go ahead and tell you what you are about to do and put a...

I'm currently trying to solve this problem in my app and the conclusion I came to is that you can't really avoid not having a linking model. In our app...

@PaulUithol I'd love to here more about the Backbone.ManyToMany relationship approach you mentioned.

@emsten in your snippet above, where do you include the data that determines whether or not a model from collection A is linked to a model from collection B? Basically,...

How about `onBenchmark` for each benchmark and `onSample` for each sample, and then Benchmark#cycles can now be a private counter.

Found this: https://github.com/Homebrew/homebrew/issues/40653 Apparently, you need to have XCode 7 installed and set as the default toolchain, but I couldn't get that to work. The workaround presented in that issue...

So I ran a quick and dirty JSPerf, and while this perf test is naive, it shows that all things being equal, that detecting whether or not something is an...

@raynos we're in agreement. The API I'm suggesting is: ``` h('div', {}, child); h('div', {}, [child, child]); ``` What I was trying to avoid if having to put an array...

Same issue with node v0.6.11 this part failed: `node-waf configure build`

Issue https://github.com/uber/lint-trap/issues/30 is related to this and may become obsolete if a different approach is taken to determine project indentation.