Michael Keller
Michael Keller
I think this is great. For `replace`, what do you think of a templating library or were you trying to avoid that? I could see something like [underscore's templates](http://underscorejs.org/#template) being...
Ya. Or maybe also support for [HTMLx template](https://github.com/htmlx-org)
Going through some old issues here. @YogliB do you think a js api makes sense for actions or should this be closed?
As of 2.1.0 and the addition of actions, is this issue now a duplicate of the `prompt` action in https://github.com/Rich-Harris/degit/issues/30?
I took a look last year but it's a bit beyond me unfortunately. > Le Jun 22, 2015 à 09:17, Henry Snopek [email protected] a écrit : > > Yeah lets...
Just wanted to check in on this and offer to take a look if you had some pointers on what code might be affecting this. I'm doing a data training...
Understood – and if I'm able to offer anything more than enthusiasm, I'll add a comment here. I'll start by getting a dev environment set up and see if there's...
needs to add `var d3 = require('d3')` most likely within the `module.exports` if statement. will check if that's the best spot for it.
Okay this should be good both in the browser and browserify environments. I've added two new option methods, which are also in the readme and index file but you can...
- Ah ya I didn't make the connection between what the second arg could be. Adding an example in the docs should be enough for people to figure out direction...