Incoming private API breakage
See original GitHub issueAccessing anything on a ComputedProperty
instance is private API and is likely to break in the future (possibly the very soon future). This addon is accessing isDescriptor
:
The tl;dr is that everybody wants to make Ember.get
optional and just use real ES5 getters for computed properties. As soon as we do that, component.attributeBindings
will stop giving you a ComputedProperty
instance with an isDescriptor
, and would always return the value directly, even when it is implemented as computed property.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Connect to a private API Gateway over a Direct ... - AWS
Leaving this setting enabled breaks all access to public API Gateway APIs in the deployed Amazon VPC if the VPC uses the Amazon...
Read more >Tutorial: Reverse Engineering a Private API - Toptal
This article shows us how to reverse-engineer a private API and find out more ... software reverse engineering techniques to break into Couchsurfing.com....
Read more >Common API mistakes and how to avoid them - LogRocket Blog
One of the worst things we can do to an API is to release a backwards-breaking change. As a rule of thumb, adding...
Read more >Amazon API Gateway - Failover for Private API
This exercise shows the steps to set up your private APIs in more than one AWS Region using an active-passive disaster recovery strategy....
Read more >How a RESTful API server reacts to requests - O'Reilly
Learn how to properly design RESTful APIs communication with clients ... how the server should react to incoming requests with status codes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
guess I’ll wait until this code actually breaks in canary and then we’ll see how to fix/work around it
It will only break if you happen to have attributesBindings as a computed property. It’s not a common thing to do.