lask79
lask79
It currently is possible to add your own template files using `asciidoc.preview.templates`. But the path has to be abolute. Given that the extension already finds extensions under .asciidoctor/lib it would...
I am currently setup a development environment on SLES and I can see that vscode is not updated when no version is set: ```yaml - name: Install VS Code (zypper)...
I am having sometimes 503 erros while installing the defined extensions for multiple machines and multiple users per machine at the same time. I fixed this by adding the register,...
In my current setup I am trying to use middleman-search together with directory indexes and asciidoc. While using that I am getting this error: undefined method `destination_path' for nil:NilClass C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/middleman-asciidoc-1.0.0/lib/middleman-asciidoc/template.rb:14:in...
**Issue** When I try to install my current collection that has a dependency to a git repository using: `ade install -e . --venv .venv` galaxy.yml ```yaml dependencies: {'[email protected]:organization/repo_name.git': 'devel'} ```...
Hi, you are defining xmltodict as a dependency for for ansible.utils.keep_keys. But you are restricting it to a specific version: xmltodict==0.13.0 ansible.utils only definds a dependency to that library without...