Piotr Winiarczyk
Piotr Winiarczyk
More on these. One would expect this will work: ``` echo -e 'A,B,C\na,b,c\nd,e,f' | dasel -r csv -w csv Error: CSVParser.toBytes cannot handle type []map[string]interface {} ``` The json seems...
The `csv` is case fixed. The `xml` and `-` cases are not. ``` $ dasel --version dasel version v2.4.0 ``` ``` echo '{"u":[{"n":"A"},{"n":"B"}]}' | dasel -r json -w - 'u.all()'...
Thanks for writing the bug report for the Bluetooth.com. I will also try to contact them. The whole point with schema files is that they must be easily accessible via...
This report is purely based on reading the error handling in the specification. The error handling section of the specification is giving description of general errors while the service section...
I am really confused here. Today I try an example implementation of "9.22.1.X3 Writing NULL to Non-commandable Properties". It does not pass for name property of the object. On the...