Andreas Lüdeke

Results 3 comments of Andreas Lüdeke

Is this issue resolved? we are currently experiencing similar issues.

we figured out that the issue was something else

isn't this more or less redundant as soon as #143 is ready? some examples for using `plist!`: Dictionary: ```rust let dict = plist!({ "a": 1, "b": 2, }); ``` Array:...