Neil Bartlett
Neil Bartlett
It would be nice if the history and completion would work in Eclipse console. Currently they only work in "real" terminals. My googling suggested that there might be some kind...
The bndrun files generated by the archetype have `-runrequires` populated but not `-runbundles`. This forces the user to do a resolve before the project can build cleanly. Why not prepopulate...
`indexes/debug-bundles/pom.xml` references the plain Gogo Shell, `org.apache.felix.gogo.shell`. It would be more useful to reference the JLine version, `org.apache.felix.gogo.jline`. The enhanced features of JLine don't work everywhere (most annoyingly the Eclipse...
> Until the OSGi R7 release has completed the enRoute archetypes and indexes must all have SNAPSHOT versions. R7 has been released so this warning should not be necessary.
### Description I have a page with an `iron-ajax` defined as follows: ``` ``` This works perfectly on Chrome and Safari. However on Firefox 58.0.2 I get no data, and...