Ben Webber

Results 20 issues of Ben Webber

[IUS](https://ius.io/) offers HAProxy 1.6 and 1.7 as `haproxy16u` and `haproxy17u`, respectively. `include_vars` could do something like: ```yaml - include_vars: # returns {"_haproxy_package_name": "haproxy"} - "{{ ansible_distribution }}.yml" ``` Then we...

enhancement

`json_query` depends on [jmespath](https://pypi.python.org/pypi/jmespath), which may not be available on all systems. We can replace this expression with a portable [filter plugin](https://docs.ansible.com/ansible/dev_guide/developing_plugins.html#filter-plugins) instead.

Will close #35 and partially resolve #49.

enhancement

Now that we use serde, we can output `status` information in a variety of formats, such as delimited text (CSV/TSV/ASCII), JSON, and a line-oriented format: ``` name = tunnel state...

Continuing #3, we should have a command to uninstall configurations by name: ``` # Installs configuration as "vpn.example.org" tunnelblickctl install vpn.example.org.ovpn ``` ``` # Uninstalls configuration tunnelblickctl uninstall vpn.example.org ```...

Instead of linking to the extension, we can also compile it with SQLite. * [ ] Document how to include the extension in the SQLite source tree * [ ]...

The `dnd` module unit tests are alright, but they're a little cumbersome and don't test the actual macro interface. It'd be better to test the actual wikitext, using TiddlyWiki itself...

Add tool to create random tables: | d10 | Encounter | |:-:|-| |1|Spriggan| |2–5|Owlbear| |6–8|Wood elf bandits| |9|Brown bear| |10|Giant elk| Ideally, store this data as a dictionary tiddler so...

feature

Consider a tiddler with the following fields: | Field | Value | |-|-| |`dnd.creature.size`|medium| |`dnd.creature.type`|humanoid| |`dnd.creature.tags`|orc| |`dnd.creature.alignment`|chaotic evil| According to the convention in the English material, we should render the...

enhancement
i18n

Fields: * [ ] Category * [ ] Armour * [ ] Potion * [ ] Ring * [ ] Rod * [ ] Scroll * [ ] Staff *...

feature