Tom Wright

Results 121 comments of Tom Wright

Thanks for raising these issues. I'll address them ASAP

Hey @diraneyya, Thanks for raising this PR! Very much appreciated. I'm fully onboard with updating mermaid cli to the latest version, however it looks like this PR contains some changes...

Sorry for the delay here.

This is caused by the imported YAML parser: https://github.com/go-yaml/yaml/issues/737 It looks like there's a potential fix in https://github.com/go-yaml/yaml/pull/738, however it's still waiting for review and merge years later.

I've deleted the comment above because of safety concerns. It contained a phishing/malicious link.

This should in theory work with XML. I'm revisiting the parsers in V3 and will see if it needs any additional work

I've deleted the comment above because of safety concerns. It contained a phishing/malicious link.

Hi @danwt, Thanks for raising this issue. As far as I'm aware, any YAML parser should only expect quoted strings when the string contains special or reserved characters. Do you...

Hi there, Thanks for your patience. I've fixed the issue with V3: ``` echo 'first: nonempty --- --- second: nonempty ---' | dasel -i yaml first: nonempty --- second: nonempty...

@kittywitch Thanks for raising the point on XML reading issues. In V3 (active development, hopefully released fully soon) you can query the XML and it seems to work: ``` echo...