Trygve Laugstøl
Trygve Laugstøl
I fail to see the issue here. As far as I can read from the XML NS spec it's not allowed to have unbound prefix. See [1](http://www.w3.org/TR/xml-names/#ns-using), "Namespace constraint: Prefix...
@djspiewak: I've pushed some code that's getting quite close to what I want. I haven't implemented the NSRepr stuff as I couldn't figure out how that should be implemented. It...
This works in my branch, I even added a test case for the .convert spec in https://github.com/trygvis/anti-xml/commit/4e1a2600b469d3a22c135397d2af1c5033712b72
This fixes #215.
@teolemon I've done some work on trying to get it up to date with the latest dart/flutter releases but it is a fair bit of work. Any help and testing...
I've made a few pull-request to fix this: #217, mmcc007/tool_mobile#1, mmcc007/tool_base_test#1, mmcc007/tool_base#2 and mmcc007/fake_process_manager#1. It depends on the PR from @speaking-in-code too. If you want to use this locally you...
@martinszy A drive-by tip, but I had similar issues with OpenJDK 15 and Apache POI. Adding the required libraries as documented here fixed it for me: https://blog.adoptopenjdk.net/2021/01/prerequisites-for-font-support-in-adoptopenjdk/.
Hm, it seems to follow the specification and just sees the (source) file as a UTF8 encoded text file: https://github.com/sosedoff/ansible-vault-go/blob/ab5632c40bf561686dfdefcba499ef4d17cdcca6/vault.go#L59 It seems that you're not even parsing the file as...
Ok, that is a bit of a pain for me. I honestly don't want the password in plain text on disk at any time. BTW, the command can be a...
Both our alternative solutions where wrong, but this one work: ANSIBLE_VAULT_PASS=$(../ansible/.vault-password) terraform plan With bash I do this (I download the correct binary with Make, don't want to pollute `/usr/local/bin`):...