Dani Guardiola

Results 263 comments of Dani Guardiola

There is an [API](https://www.vaultproject.io/api/secret/transit/index.html) for that, so it is possible. @kr1sp1n I would add a to-do label to it. BTW, any chance you could add me as a collaborator so...

Hi! I'm currently working on this: https://github.com/kr1sp1n/node-vault/pull/78 I've experimented a bit with tagged templates and I've arrived at the conclusion that the use of mustache comes in handy because it...

PD1: the codecov stuff is failing in my PR, help! PD2: about splitting the project, I would keep everything on the same repo and have a complete package as default...

I've investigated `r2` and I don't see any significant advantage. `request` is not outdated and `r2` only provides a significant performance improvement in the browser. I don't think the syntax...

> But we *are* currently using a template literal, so I don't know what you mean :P let uri = `${client.endpoint}/${client.apiVersion}${options.path}` > In request + request-native-promise I see lots of...

I reviewed `r2` again. Even though they are doing a shim for the browser `fetch` API in Node.js, the shim used by `r2` (`node-fetch`) is very lightweight as well, so...

> simple-get supports any method https://github.com/feross/simple-get#post-put-patch-head-delete-support Ahh, that's great and even more lightweight than `r2`, alright I'll use it instead

> That was quite confusing :D For which case do you need mustache at this place ? Ok I'll explain: ``` // This line creates the initial URI using a...