Miguel Camba
Miguel Camba
I've been able to create a couple more complex scenarios that still fail. Over the weekend I'll try to figure out how to better do this. I've also seen on...
@scalvert I believe it's not. I mean, its probably worth pursuing, but the approach would be totally different from different. Tests seem valuable tho
Yes, that was the idea, but I have to admit that I hit a dead end with that. The logic around query params was quite messy. I should try to...
@homersimpsons I didn't find a solution for the PR and i forgot about it. I'm not sure if with the new router service almost done in newer versions we should...
Same problem here. srcset it's not handled properly. Using ember-cli: ``` js // No fingerprint var el6 = dom.createElement("img"); dom.setAttribute(el6,"src","/images/product/[email protected]"); dom.setAttribute(el6,"srcset","/images/product/calender_framed-be441c32691eb35d8a0e0542462b81d1.jpg 1x, /images/product/[email protected] 2x"); dom.setAttribute(el6,"class","wow fadeIn img-responsive"); // Fingerprint //...
I myself conceded defeat a couple times. The regexp approach is unbeliable hard to modify without breaking some edge case. I tried for a while to have different parsers for...
@Turbo87 @rwjblue This is the list of public APIs without an import path in the new modules. However, some of those public API might be deprecated. Is the intention of...
Proposals that try to follow the guidelines in the RFC. | Before | After | | --- | --- | | `Ember.ApplicationInstance` | `import ApplicationInstance from "@ember/application-instance"` | | `Ember.ApplicationInstance.BootOptions`...
Updated table with suggested changes: | Before | After | | --- | --- | | `Ember.ApplicationInstance` | `import ApplicationInstance from "@ember/application/instance"` | | `Ember.ApplicationInstance.BootOptions` | Is this public API?...
@Turbo87 Can you edit the table and remove what was implemented? Heading off right now.