Flozza
Flozza
## Description Without initialising `tm_isdst` it might be set to a positive value which leads some implementations to reduce `tm_hour `by one. Setting the value explicitly to `-1` indicates that...
You can invoke the extension via a shortcut. It would be great if I could then navigate it via the keyboard. Combined with an option to insert by default (see...
I have activated the energy saving mode of XBMC so that the video output is turned off after 5 minutes. This also happens while the AddOn is active. I don't...
In graphviz you can create an edge like this: `a -- b [color="red:green"]` that has one half of it red, the other half green. This is directly transported over a...
##### Summary It seems that https://github.com/ansible/ansible-lint/issues/372 is closed but this is basically that issue: After reading [the documentation for ansible on local modules](https://docs.ansible.com/ansible/latest/dev_guide/developing_locally.html#adding-standalone-local-modules-for-selected-playbooks-or-a-single-role) it clearly states... > Ansible automatically loads...
This change adds very minimal diff support for just the monitor plugin. It only does a diff based on the arguments passed in by the user and only supports only...
Add new vars/Archlinux.yml which lists the two equivalent packages to the ones installed for Debian.yml already. I've tested it locally (hopefully correctly). Not sure if you intend to support Arch...
I started using your library but noticed that `sort` was missing and #29 was open. I'm pretty new to rust so let me know if I could improve it.
I am writing a somewhat complex application that uses metaclasses to decorate functions (specifically, add views for a pyramid web application). However, when decorating inside a metaclass, venusian breaks. From...
When watching multiple directories recursively, I would like to know which base path an event belongs to. For example with this setup: ```rust pub fn watch(watches: Vec, tx: Sender) ->...