Swastik Agarwal

Results 4 issues of Swastik Agarwal

Hey there! Thanks for this great addon! 😄 I'm trying to add a keyboard shortcut in my app, something like `cmd+shift+g`. I'm registering it like `{{on-key "cmd+shift+g" this.doSomething}}`. It seems...

I'm not familiar with Glimmer internals, so I'm not sure if this is an issue or if it works as intended, but here's a pretty simple Ember app that inserts...

Hi there! I have some code like this (simplified): ```ts import Component from '@glimmer/component'; import { tracked } from '@glimmer/tracking'; import { useResource } from 'ember-resources'; import { action }...

Adds a `Known Issues` section. Lists the issue (#14) where styles wouldn't reload because `liveReloadHost` wasn't defined and suggests a solution to it.