Peter Wagenet
Peter Wagenet
> The Body must respond to each and must only yield String values. The Body itself should not be an instance of String, as this will break in Ruby 1.9....
I'm not 100% sure this is a bug, but I was surprised by this behavior.
``` global failure: TypeError: Cannot read properties of undefined (reading 'Symbol(TAG_COMPUTE)')@ 398 ms Source: TypeError: Cannot read properties of undefined (reading 'Symbol(TAG_COMPUTE)') at validateTag (http://localhost:7357/assets/vendor.js:58940:27) at valueForRef (http://localhost:7357/assets/vendor.js:49853:53) at http://localhost:7357/assets/vendor.js:49949:40...
# Advance #0617 to the [Ready For Release Stage](https://github.com/emberjs/rfcs#ready-for-release) ## Summary [RFC-617](https://rfcs.emberjs.com/id/0617-rfc-stages) has been Accepted but remains mostly unimplemented. Since it details how we should implement Staged RFCs, it should,...
@chriskrycho is actively planning to write this RFC so I feel comfortable making an issue here. While this should not be seen as a comprehensive list, significant effort has been...
This is likely the main spot: https://github.com/ember-learn/guides-source/blob/cf2d9ac71a456c20e2fef7a74369f2c93111a977/guides/v4.5.0/contributing/adding-new-features.md
Main issue here is that Glint is expecting stuff in the root package.json when it seems like it should be able to lookup from the package.json at the same level...