-
this is feature request, to have builtin support for web-api's
how it may looks like?
```hbs
{{#shadow-node name="node-name"}}
some shadowed content
{{/shadow-node}}
```
may be related…
-
@wycats @chancancode
Case: If we have long list, and append more nodes into it, rendering struggling.
Real life most used case:
let users = Array(20);
let moreUsers = Array(20);
…
-
- VSCode Version: starting at 1.13.0, up to current
- OS Version: Fedora 24-27
Looks like VS Code is listening to mouse scroll events, even while it is not active in the window.
Related:
https:…
-
for [js-framework benchmark](https://github.com/krausest/js-framework-benchmark/pull/898#issuecomment-862084047)
"select row case"
I'm trying to debug vm stack,
given:
* each loop
* clos…
-
### Describe the bug
Seems like the package (Node) cannot be initialized when running under `alpine` image.
### Expected Behavior
Package should be initialized properly.
### Current Behavior
When…
-
may be partially related to https://github.com/glimmerjs/glimmer-vm/issues/950
While I'm playing with framework-benchmark, I able to get notable rendering inprovement (20% ?) for initial rendering …
-
### Description
The object created by the `hash` helper does not inherit from `Object.prototype` and is missing a lot of common functions like `hasOwnProperty`.
I've been a bit out of the loop, …
-
### 🐞 Describe the Bug
Enabling `verbatimModuleSyntax` in `tsconfig.json` leads to a bunch of errors:
```
node_modules/@glimmer/manager/dist/types/lib/util/capabilities.d.ts:9:6 - error TS2748: C…
-
This is failing linting with `form` and `field` "locals" (they are not local to the outer template scope, so _not_ supposed to be provided by JS scope, which ESLint thinks here) falsely violating `no-…
-
I detailed the question on StackOverflow which includes the Ember Twiddle and standalone HTML runnable code snippet as baseline comparison.
In my project I used Ember 3.12
https://stackoverflow.…