Results 15 comments of Stephen Daves

Do you need any help testing out 3.0? Is there a checklist of things to do?

I need to preload a landing image that is loaded via css. ``` landingImage : Head.Tag landingImage = Head.node "link" [ ( "rel", Head.raw "preload" ) , ( "href", Head.raw...

Is this fixed in #168 ?

I'm using WASM without an application server (just static files). Does this issue apply to WASM?

Hey @vignatov did you find a workaround to the issue?

I have a web implementation of MasterDetail I could share, do you still feel this would fit in version 0.11 ?

IE11 is the only everygreen browser not currently supporting native symbols (shame shame). https://kangax.github.io/compat-table/es6/#test-Symbol Just add the following polyfill for IE11 support: `import "core-js/es6/symbol";`

Fixed the conflict and added the polyfill :)

Added the optional getViewByName parameter to the handle function in IAmACommandHandler. Extracted IView to an interface too.

Do you see any more merge errors on your side?