Dawid Dworak
Dawid Dworak
Closes #443 Some blocks cannot be migrated due to: - issue in `MacroInstances`, which don't work in local blocks (`HasGenCodec`, `HasModelPropertyCreator`) - backend code parts - dependencies between snippets
TBH I'm not a fan of both solutions right now. In a test case you've pointed out I'd expect **single patch** emitted with: * 5 elements removed: `(1, 2), (3,...
Currently the connection callbacks are only called once per Client ID, when the connection is first established. Either provide a separate callback or tune the current one.
Currently, the application bootstrapping code is in: - the docs - g8 template - any Udash project It would be beneficial to unify these with a single implementation shipped by...
- 2 Udash apps should work just fine in a single JVM - the API is pretty ugly and even the docs suggest wrapping it
Udash scaladoc JARs are empty as of #823. It would be nice to have a unified view of the code documentation in the guide though.
Follow-up to #445