Dustin Deus

Results 409 comments of Dustin Deus

> But we are currently using a template literal, so I don't know what you mean :P That was quite confusing :D For which case do you need `mustache` at...

I don't speak about documentation. I point into the code here: https://github.com/kr1sp1n/node-vault/blob/master/src/index.js#L67-L69 You will start the mustache procedure on each request for what?

Sry I don't get it. You use template-literals to build your url and then replace variables with mustache? Why not: ```js client.request = (options = {}) => { const valid...

Ok, I got it but it feels like overhead. I don't like the idea to use a template language for URI interpolation. It includes 630 lines of javascript to do...

How is werf positioning itself compared to all these tools? Which problems aren't solved or solved inelegant?

> any correlation to anything going on? e.g. gets stuck when deployment has failed, or anything like that? how frequently does this happen? No, the deployment was successful but the...

> so you are saying this is happening consistently? that's ultimately my question, does it happen all the time or occasionally? occasionally > thats all kubernetes. kapp has no idea...

Sorry, nothing new to add for now. I will enable it again and see if I can report some details.

We also plan to sponsor this project but it's not transparent what we can expect in the near future. According to project (TypeGraphQL vNext) and commit history it looks like...

Thank you for the fast response. > I've moved that into a private repo because Kamil Myśliwiec "stolen" my code and embedded it as nestjs-graphql. I don't want to share...