Dave

Results 8 comments of Dave

I tried to use this library today, but it won't install without the listed `nan` dependency. I'm not going to manually manage multiple dependencies as that defeats the purpose of...

For things like `git recap` or `git today`, you don't have to manually configure your email if you set up the alias to include `git config --get user.email`, like so:...

Instead, use a style tag as a child of the svg and it'd be a fine replacement. Example: ``` polygon { fill-opacity: 0.5; } ... ```

Ah, interesting. That does produce the intended effect, though it's not clear to me _why..._ Thanks!

Either that's succeeding where regular gdb isn't... or I'm doing something wrong. I can't seem to figure out the gdb trace usage. For context, here is my program: ``` var...

Have you ever used/heard of vagrant or docker? seems like that would be a great way to make the setup of the development environment automated if not simple.

> What here happens is when you call `PubSub.unsubscribe('test');` it throws a `TypeError.` Oh strange... I hadn't noticed that. This is definitely more a concern for people using the library....

This also seems to happen while inside loops. ``` before {% include "partials/hello-world.html" %} after {% set items = [1, 2, 3] %} {% for i in items %} -...