-
I think we can describe the detection of black holes more to the point. This is my suggestion for section 4.3. Detection of Black Holes:
A PL sender encounters a black hole, if its sent packets are…
-
It seems like React will deprecate componentWillMount and componentWillUpdate. Are there any plans to support the new hooks getSnapshotBeforeUpdate / getDerivedStateFromProps?
-
Currently `zerver.lib.users.check_full_name` is more lax than the RFC standard for the `name` part of `name `. We'd like to be able to send emails to users using `UserProfile.full_name` for `name`.
…
-
We should make it possible for blueprints to support introspecting state and application, and investigate something similar to lifecycle hooks.
This would support things like:
- Conditional addition/…
-
seems to be coming up from time to time, seems like we could quite easily support it. Obviously needs fleshing out.
-
`ember g license `? Makes it relatively straightforward to toggle off and on, simple to chain to a previous blueprint, provides a choke point for the configuration. And then we can start to make it co…
-
Hey, first of all if this has been discussed anywhere before just point me to it, I didn't find any topic like this anywhere.
So this is just a thought I've been having for some time now, but what …
-
Babel knows about the runtime helpers that are required and we should generate an optimal set of helpers for Ember apps.
## Convo With Stef
**CH** - We should generate babel helpers at build time and…
-
Access to the build-time configuration (`app.options`) is inconsistent between the public hooks in an addon. For instance, `this.app` is `undefined` inside of `setupPreprocessorRegistry` but not insid…
-
See https://github.com/ember-cli/ember-cli/issues/3163