-
I know this sort of thing has come up before (https://github.com/krausest/js-framework-benchmark/issues/230). But that's not my intention. When I [first submitted Solid](https://github.com/krausest/js…
-
Adding the feature to autofix template lint rule errors would be nice.
We should add the underlying infrastructure so that rules can be autofixed similar to how ESLint does autofixing with --fix.
…
-
I need to arrange a 1 mS timer to call enet_proc_input and enet_poll(). I looked at using driver_delay_ms but that seems like more overhead than necessary. Is there a better way to do that?
From th…
-
In the component below, `totalWithDiscount` and `total` are not updated in my template, despite the fact that if I add {{this.cart.total}} to the template, I can see the total change when `removeItem`…
-
Hello guys,
I have this component :
```ts
export default class RegistrationForm extends Component {
@service store!: StoreService;
model = this.store.createRecord('user');
changeset …
-
Hello, first of all thanks for maintaining such a great tool! 😄
I'm trying to convert a bunch of files stored in a directory structure `"input/%g/%a/%s/%p - %n/"`. Each of these directories also c…
-
Updated `@glimmer/component` to 1.0.0-beta.1 to get rid of the `simple-dom` missing-type-definition-errors and cannot import `tracked` properly now:
```typescript
import { tracked } from '@glimmer…
-
Hi team!
Is it possible to pass arguments into components while rendering them for testing?
```
test('it renders', async function(assert) {
this.rating = 10;
await this.render(hbs…
-
Recent v6.0.1 which converted label component to tagless component is kind of a breaking change.
See my comment on the commit:
https://github.com/knownasilya/ember-toggle/commit/0b9e39e525cff818…
raido updated
4 years ago
-
## Problem
Vapid's data model is restrictive for users that need the ability to create new standalone pages for their site. From the dashboard, users should be able to:
- Create new pages using pag…