-
-
-
### Please paste the output of `ember -v` here
ember-cli: 3.16.0
node: 12.13.1
os: linux x64
### Please paste the output of `tsc -v` here
Version 3.8.2
### Please paste the version of `e…
mydea updated
4 years ago
-
To support Octane this addon needs a different code path for Glimmer Component. I've got a working spike of exactly this in the demo app below. To integrate it further w/ ember redux I'll need to lear…
-
-
We recently upgraded our ember-data from 3.14.1 to 3.16.0, but this upgrade broke the infinity loaders at all the places by fetching the same data again & again.
It would be great if the support fo…
-
TL;DR HTML should provide an API for parsing. Why? "Textual" HTML is a widely used syntax. HTML parsing is complex enough to want to use the browser's parser, plus browsers can do implementation trick…
-
It seems like `3.11` increased the ember-source `dist/ember.min.js` size:
version | size in bytes
---------|--------
3.10.0 | 415300
3.11.0 | 422050
```json
[{
"3.10.0": {
"version":…
-
I feel like this library has been abandoned since the collaborators are not fixing even the critical bugs. There is 502 issues and 37 prs open. This is not normal. There are at least two very critical…
-
For full-fat type checking of arbitrary length containers, instead of providing wrapped built in types that must be imported, wrap them at runtime and swap them out in place. Maybe this is only possib…