Neil Crossley

Results 12 comments of Neil Crossley

After noticing my apparently unofficial feed stopped working several blog posts ago, I did some investigating and found this issue. First of all, the [link](https://nativescript.org/rss.xml) seems to work fine in...

"Not available" was imprecise. When I view the source of https://nativescript.org/ and https://nativescript.org/blog/ and search for "rss", I do not find any results. Which is unfortunate, as the url https://nativescript.org/rss.xml...

This is now outside of my field of expertise, but as a general user: Thunderbird will accept and process the direct URL: https://nativescript.org/rss.xml When I provide it with https://nativescript.org however,...

This class is part of the java SDK. https://docs.oracle.com/javase/8/docs/api/java/nio/file/ClosedWatchServiceException.html What might we have done to make it shadowed? Edit: the wheels are turning. Checking the installation on iOS.

> This class is part of the java SDK. https://docs.oracle.com/javase/8/docs/api/java/nio/file/ClosedWatchServiceException.html > > What might we have done to make it shadowed? By design, RoboVM RT is Android 4.0 based (API...

AFAIK, the end state is not used in the whole code-base https://github.com/ContextMapper/context-mapper-dsl/blob/master/org.contextmapper.dsl/src/org/contextmapper/tactic/dsl/TacticDDDLanguage.xtext#L131 ```xtext TargetState: value=[EnumValue]((endState?='*'))? ; ```

> I was wondering why you think that introducing the additional final state is not desirable? (END -> [*]) This is tricky to describe, and the point of discussion is...

To make my point with an example. **UML challenge** The [target](https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuOhMYbNGrRLJS5ImKaWkIaqiIULo10iu0GMoyhDJkPpWyXc9EILGBb0RKA0uER4ebSiXDIy5Q1G0) ```plantuml @startuml [*] --> A : create A --> B : joke B --> A : halt B -->...

> Do i still not get your point? :) Probably :) I was using the PlantUML to represent the semantics described in the ContextMapper DSL. I'm trying to describe a...

With the improved support for flavors and the desire to streamline my CI as much as possible, I've found out this is still missing and also relevant (for myself). Would...