David Durman

Results 9 comments of David Durman

Great. Could you please create a pull request? I'm not sure about the simplification though. Compare: If `hsv.h` is `350`, then `h = (350 % 360) / 60 = 5.833`...

Ah, right. Good one. Could you make a pull request?

It is indeed possible though I don't have much time to implement that at the moment. Hope it'll change in the near future. Will be grateful for any help.

The UML shapes are not auto-sizing based on the text inside. This must be done manually. You can take advantage of the Vectorizer's bbox() method to find the bounding box...

Hi Jeremy, thanks, really appreciate it! We thought about it as well and it's something we'd really like to do. The same goes for the Geometry library (http://jointjs.com/api#g). Both libraries...

This is currently not supported. What you mean is a negative scale (http://stackoverflow.com/questions/23899718/scale-and-mirror-svg-object) which we don't support yet. However, it is definitely an interesting feature worth researching.

Is there any way to authentication with MSAL in Cordova?

Pushdown automaton states is indeed an interesting addition. In Statechart terms, this is called History and was described in the original Harel paper: http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf. Let me dive in into this...

Here is more info on transitions to History as presented by Miro Samek (author of the QHsm framework this lib is based on). See Chapter 5.5 Transition to History (p....