Sébastien Gross
Sébastien Gross
Let's use a simple yaml file to generate a configuration: ```yaml hosts: host.example.com: Inherits: "tpl-example" host2.example.com: {Inherits: "tpl-example"} templates: tpl-example: User: foo ``` The result is: ``` # This file...
If you tag an article with an accentuated word (`Réseau` for example) the tagger plugin will fail: ``` 16:44:07 hyde Error occured when calling tagger Traceback (most recent call last):...
Check all replication slots and raise a warning is a slot is not active and hasn't been used or a critical alert if the slot has been used. check_postgres_replication_active_slots --port=5432...
If for some reason a `BeforeExec` takes some time (to delay a command for example) and `Stop()` is called while `BeforeExec` hasn't finished, the command is still executed. Example: ```go...
Add support for user defined share urls.
Hello, I am writing a A10 loadbalancer configuration parser which syntax is similar to cisco config files. Here is a config block example: ``` slb virtual-server svc1.example.com 10.0.0.1 port 80...
That is the killer app I was looking for tor quickly mute / unmute myself in meetings without having to switch back to my meeting app!. If would be great...
This branch provides a few patches: * Update both Info and Stat to latest haproxy 3.2-dev2 * Fix Cookie field which is a string (Closes #13). * Re-enable ZlibMemUsage and...
I am currently using pandoc ans ist smart ponctuation to generate an epub output, this works pretty well. In my source I have: ``` Du "texte" en français! ``` The...