dc

Results 40 comments of dc

Awesome thanks!

Duplicate of #27. Would be nice to see it hosted somewhere...

Yeah at least put screens on readme

Same issue. Any luck resolving it? ``` { devServer: { headers: { "Access-Control-Allow-Origin": "*" }, hot: true, compress: false, historyApiFallback: true, allowedHosts: "all", devMiddleware: { publicPath: "/", stats: { colors:...

Doesn't the EAN api offer this feature?

Thanks Nik, Here's what I've found. I'm using https://github.com/brianc/node-postgres, which uses node's TLS package to network with compose.io. So as it stands, glimpse won't trace my scenario. Is there anything...

Sure, For a minimal repo, or something you can quickly hack into an existing glimpse project that you may have, you can use the excerpts from https://github.com/brianc/node-postgres/wiki/Example. If you don't...

Downgraded to v1.1.7. What a miserable day for productivity this was. Ensuring adequate permissions for local user on node-modules, .build, .serverless had not affect for me.

Does this issue relate to the scenario where you need a listener to fire only if multiple events are received? I.e. emit('a') emit('b') on(['a', 'b'] => do something when both...

Same issue for me. It definitely seems related to the height property. I need to set it explicitly in CSS before anything renders. This is a bit of a pain,...