Dawson

Results 12 issues of Dawson

### Proposal It would be useful to be able to pass identity information from Nomad to Vault to support creating template policies for services. Currently the Nomad to Vault integration...

type/enhancement
theme/vault
stage/needs-discussion
theme/auth

This would be nice :)

It would be really useful to include the commit short sha when printing version information, especially while damon is still early in development. This would help with completing bug reports...

I would like to make this available because I don't trust my self not spell the method type wrong by accident. I intend to implement by creating an enumeration of...

enhancement
low priority

The name is pretty self explanatory. I am considering creating another project with a folder, `test`. I will then add a Solution file to open them both up easily. I...

enhancement

I believe this would make it simpler to use. See reference for how to here : http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package I would take care of this though publishing packages requires a NuGet API...

enhancement
high priority

This project is very usable. The README should show examples and install instructions.

Gulp is faster than grunt because it operates on files in memory, piping the output of one task to the next. Grunt does not pipe output between tasks, it writes...

This allows for "modules" using the node.js syntax : myModule.js ``` javascript module.export = { hello: "world" }; ``` main.js ``` javascript var myModule = require('myModule'); console.log(myModule.hello); ``` Browserify can...

It would be nice if the README (or Wiki) contained goal graphs, or maybe a ToDo / timeline of whats to come. In this way I could understand priorities for...