Tom Wright

Results 108 comments of Tom Wright

I need to improve the documentation in V2 around this, but it is documented in V1: https://daseldocs.tomwright.me/v/v1/usage/supported-file-types#arrays-lists This is due to the XML parser used and there isn't any known...

For anyone who is blocked by this, you can work around it using [yarn resolutions](https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/) with the following: ```json { "dependencies": { "protobufjs": "7.2.5" }, "resolutions": { "@protobufjs/utf8": "https://gitpkg.now.sh/protobufjs/protobuf.js/lib/utf8?protobufjs-v7.2.5" }...

I'm also very interested this as I'm currently improve the encoding/decoding support in [dasel](https://github.com/TomWright/dasel). Good work here @mikefarah , thanks for taking it on. I too like the way go-yaml's...

Thanks @pelletier, I've definitely had comments raised with dasel that users would like whitespace to be preserved 👍

I follow a similar pattern of unmarshaling into a custom structure, and then marshaling back into the original structure based on the target file format. If we could provide a...

mermaid-server essentially just runs mermaid-cli via HTTP. I have seen that the cli version used here is quite out of date. I will look at updating the cli to see...

That's interesting - the flag is definitely there: https://github.com/TomWright/mermaid-server/blob/master/cmd/app/main.go#L17 Perhaps you have an out of date `latest`. Could you try targeting the specific version instead? ``` docker run -d --name...

Scratch that it doesn't work. I'll try to look at this as soon as possible but I'm busy because of the Christmas period

Hey @renyuneyun, @minhtaile2712 Sorry for the long delay here, completely forgot about the issue. This is now resolved: ``` docker run --name mermaid-server -p 8081:80 tomwright/mermaid-server:v1.0.4 ``` There is no...

I'm really busy at the moment but I am willing to support this. I'll get to is as soon as I can