-
Add tests for:
- [x] VM (attribute updated, property updated, textContent updated, class merged) https://github.com/lifeart/glimmer-next/pull/37
- [ ] `component`, `helper`, `modifier` helpers tes…
-
Tried out the Glimmer origin by shiny and it doesn't work. Made sure I had Pehkui downloaded, still didn't work. Mass didn't work, Gold Dust didn't work, and Golden Touch didn't work. Tried the other …
-
I'm using [vscode-glimmer](https://github.com/chiragpat/vscode-glimmer) and working with template tags in gts files through `ember-template-imports`. I'm seeing an issue where code folding is only sup…
-
Given a template only component (enabled using optional features `template-only-glimmer-components`), since version 1.1.8 it does not render anymore. Prior version did work fine (1.1.7).
Error:
`…
-
Hey there Andy,
I am currently re-writing one of my largest gem, the one I use to compile everything from source. I use
that on linux, but I want to be able to compile on windows too via msys2 and…
-
Hey Andy,
You may probably know the application called "zenity". It is somewhat popular on linux; not sure how
you handle things on OSX but on linux zenity is quite useful, for simple scripts.
…
-
I was playing with updating the GlimmerX packages to use the recent 2.0.0-beta.8 release here (still on my sisyphean quest [to escape the `MonomorphicTagImpl` type error](https://github.com/glimmerjs/…
-
Getting the below error while running build using `yarn build`
```
Require stack:
yarn run v1.22.4
$ snowpack build
Error: Cannot find module 'fs/promises'
- /Users/rajasegarchandran/www/gli…
-
We use Glimmer `2.0.0-beta.12` to generate embed code that runs on third party websites we do not control. Users of our embed code are hitting the assertion `The @glimmer/validator library has been in…
-
With a co-located component it's possible to proxy the component and everything works as it should.
```js
import Component from '@glimmer/component';
class MyComponent extends Component {
wo…