giuliodamato

Results 8 comments of giuliodamato

Hi @mbmleone, I found the bug and fixed it 😂 The freeze is originated by a nested for loop that tragically overwrites the control variable of its parent 🤦‍♂️ https://github.com/dymosoftware/dymo-connect-framework/blob/1bf94721c5c9dcc74a13bb4f984ac488381942e4/dymo.connect.framework.js#L10432...

The fixed version is in my repo, please check it out and confirm us that it actually works. https://github.com/giuliodamato/dymo-connect-framework The version in the repo also fixes issue #13.

Can't really say I'm not accidentally part of this growth in size😂, the current version of the framework was merged from a fork of mine ... I had to pretty-print...

For sure would be a great idea 👍

It seems that the issue is related to the `XMLSerializer.serializeToString()` method. As stated in [https://w3c.github.io/DOM-Parsing/#xml-serialization](url) `Elements not in the HTML namespace containing no children, are serialized using the empty-element tag...

Guys, I released a fixed (?) version of the framework at https://github.com/giuliodamato/dymo-connect-framework 😉 The problem seems to be all about the management of `Color` elements, they MUST be in the...

> @giuliodamato thanks, this fix indeed works! Did you create a PR for this in the master branch? hi @cage85, I'm glad the fix worked for you too 😊 I...

> Hello, the fix from https://github.com/dymosoftware/dymo-connect-framework/pull/34/files works. But the current Dymo Connect Framework is not working for us. We have changed the fix() function back to the PR one: >...