Eason PI

Results 11 issues of Eason PI

I removed all of them and build, then everything working good now https://easonpai.github.io/tavern/

Definition of Parallel https://www.w3.org/TR/scxml/#parallel Is there any plan to support this feature in the future? thanks for reply.

enhancement

Thanks for such a great tool. I would like to propose a function. It would be good if we can insert a new actor (that becomes a new cell) to...

Is there any way for us to set a DOM as content? Instead of string, it would be powerful to assign a DOM as a content of a Popover or...

After I setup everything with lazybones, I got only modules of - core - ui.apps And under module ui.apps, there are only folders of - /apps - /conf This is...

After I setup everything with Lazybones and load into Intellij, everything works fine only I get this error: ![image](https://user-images.githubusercontent.com/678352/55283235-edb57900-5390-11e9-9e7c-12f519db1187.png) Unresolved dependency : 'com.adobe.acs:acs-aem-commons-content-content-package:3.14.10' I checked the [MVN repo](https://mvnrepository.com/artifact/com.adobe.acs/acs-aem-commons-content), there is...

In the great example -- [force](https://github.com/rwl/d3.dart/blob/master/example/force/main.dart) Instead of using the d3 json method to retrieve data, I use a dart Map object directly, then the Force is not working. original...

Thanks for your great work, I have a small question. What is the difference to use d3.dart with this way: import 'package:d3/d3.dart' as d3; new d3.Selection("body") ... or this way:...

I followed instructions on 'getting started' to build a very basic mdl website, and found the built file size under /web is up to 5.9MB. And then I build the...

The 3rd argument causes error, not sure if is the signature has changed, now its working good. Also updated deprecated JSON method to new one.