Results 3 issues of Rob Weir

Hi, [I believe this is a duplicate of [this](https://github.com/danielma/magit-org-todos.el/issues/10), but that was closed and I think this is worth fixing and is more general than described there] Many types of...

Hi! As you probably know, emacs29 includes built in support for tree-sitter grammars with a library called `treesit`. Unfortunately it's incompatible with the older out-of-tree `tree-sitter.el` that this package is...

Currently this package accesses facts using the older implicit form of `ansible_hostname`, while in newer Ansible ([>2.5](https://docs.ansible.com/projects/ansible/latest/porting_guides/porting_guide_2.5.html#ansible-fact-namespacing)) this is available as `ansible_facts['hostname'] `. There's an Ansible config option called `inject_facts_as_vars`...