0/∞
0/∞
The script uses `su - $owner` everywhere to run commands as the result of `whoami`. This results in tty tickets if you don't have passwordless sudo. Why not just run...
I'd like the ability to specify custom color palettes for the different views, with sane defaults otherwise.
First reported by metcalfc on IRC: "In the basic grid view events/s box being a different size and alignment known issue? Didn't see something on the project issues." If your...
## Expected Behavior Copy and paste should work like it does in a regular html table. These can be pasted into a spreadsheet program and the table structure is maintained....
Initial take at functionality described in https://github.com/davidsantiago/stencil/issues/21 - Added the ability to add stencil configuration as keyword args - signatures changed for `render`, `render-string` and `render-file` - Added the configuration...
Initial stab at support for array index access, mentioned in issue #23 Uses a try / catch hack to convert keys to numbers for index access. Let me know if...
From http://mustache.github.io/mustache.5.html - ``` By default a variable "miss" returns an empty string. This can usually be configured in your Mustache library. ``` Is it possible to configure stencil to...
When evaluating the 'top k' spire seems to return the bottom k: For example: ``` import spire.implicits._ Seq(1,2,3).qtopk(2) // List(1, 2) ``` It seems like the correct result should be...
It'd be nice to have [complete support](http://supervisord.org/configuration.html) for [supervisord configuration](https://github.com/eggsby/ansible-supervisor/blob/master/templates/supervisord.conf.j2), with the [defaults](https://github.com/eggsby/ansible-supervisor/blob/master/defaults/main.yaml) matching the implicit defaults of supervisord.
It'd be nice if you could choose a system install of supervisord. This is still probably best done through pip since many systems have ancient supervisor packages.