Results 18 comments of Jan Horsman

A Pomotroid app on mobile would be great!

I found a possibly related issue. The navigation.json does not seem to handle parenthesis very well. The URL of the structure groups shows the parenthesis correctly, on pages the parenthesis...

This PR solves actually solves two things: * The classpath scanning issues is prevented by avoiding `XPathFactory.newInstance()` * The `DefaultRichTextProcessor` no longer uses the [`XPathResolver`](https://github.com/sdl/dxa-web-application-java/blob/master/dxa-framework/dxa-tridion-provider/src/main/java/com/sdl/webapp/tridion/xpath/XPathResolver.java) which is not thread-safe. The...

This looks like a DXA bug, found on DXA 1.7, likely to appear in DXA 1.8 as well. Unknown if this still exists in DXA 2.0.

Intresting one Prateek. DXA has two methods of image resizing, with SDL CID (the CID Maven profile in the dxa-example-webapp) or the default DD4T resizing. Which one did you use?...

I think this issue would be a good addition to https://github.com/dd4t/dd4t-2-java/issues

A customization I am working now is to delay loading the XPM script. Usually the XPM script loads after the page is parsed using ``. We are using [Vue](https://vuejs.org/) (a...

@rpannekoek: about the `DxaPageMarkup()` and other methods. Why not separate the XPM page metadata and the script tag? They do not have to be rendered by the same helper method...

There is a workaround to this issue. The action and view from https://gist.github.com/jhorsman/679f6ab072c3896db41fcf893c3307b9 as mentioned in the issue description implement it. Before using a Localization objects from Localization.SiteLocalizations you can...

The `DxaItemNotFoundException` thown by `siteLocalization.EnsureInitialized()` is described in https://github.com/sdl/dxa-web-application-dotnet/issues/48