Tom Dale
Tom Dale
@bobisjan Thank you for the hard work on this! I think we need to give this some more discussion, because we're trying to move away from the guess-the-right-behavior whackamole of...
@sclaxton IMO this is one of the highest-priority things we can work on. We've built a programming language and runtime, we should report errors as such. I know there was...
Having markup wrapped in `` still execute in the browser is at best very surprising and at worst a potential vector for security vulnerabilities. In the React world, this is...
I think this is similar to how we enter SVG mode, I wonder if we can share an abstraction there.
@Turbo87 In your eslint example, isn't the issue resolved by including `eslint` as a direct dependency of the app? To me, this seems okay because there are no guarantees that...
I had a few conversations with @davewasmer and @wycats about this RFC and wanted to write down some of the high-level points we discussed. First, I want to reiterate that,...
@Syzygy24 Does `record.serialize()` not solve your use case? I'm :-1: on providing functionality for creating snapshots just for unit testing adapters or serializers. The public interface for snapshots is pretty...
@arjansingh Ping when you get a chance
@martletandco Thank you for raising this issue! This is very helpful context and I agree it is something that a lot of people need. We have been discussing for a...
I want to make sure that the primitives we're building are in terms of the abstractions of the web platform. Specifically, I think we need to carefully define how Ember's...