Jon Rimmer
Jon Rimmer
I am using Netty, I guess? I am just using wasync and its default dependencies acquired from Maven Central. I am trying to get a reduced test case, but it's...
I have a fix for this on my fork, but I cannot PR it due to this issue not being on the backlog: https://github.com/jonrimmer/TypeScript/tree/include-default-type-roots-option @RyanCavanaugh What feedback are you waiting...
@IgorMinar Can you explain what you mean about `createEmbeddedView` causing performance issues? As I understand it, this is the primary way by which an Angular component can create UI fragments...
@ohjames Exactly, and just about *any* scenario where you're creating an embedded view, you're also going to be supplying it with context from a data source. And when that source,...
I think there are lot of good ideas here. Perhaps a replacement for Forms / ReactiveForms could be spun out of the core Angular project into a community-led effort, with...
Until this is merged, I created a standalone directive that you can add to your project: https://gist.github.com/jonrimmer/eaabd619e2edeaebed83b7bc68f33daf Use it like this: ```html Foo or bar ```
The problem is you are depending on https://search.maven.org/artifact/com.google.javascript/closure-compiler which is a "shaded" JAR, where all the dependencies (e.g. Guava) are re-packaged inside it. The shading is supposed to rename the...