Thomas Gossmann

Results 178 comments of Thomas Gossmann

I think `none` is the default now, as ember-data isn't added anymore. Need to check. Really love this category :+1:

Hmm I was thinking about that the data layer is its own question. Not part of the addons. Does that make sense?

That is true, but not everybody has upgraded to ember-cli 3.5 as of now, that's why they are still in. To make this cool, you can check for the ember...

@hakubo looks cool. Can you explain, why you put (Broken) into the commit message?

The idea is very similar to what vue does: `ember-cli-create --preset gossi/my-preset` or `ember-cli-create --preset gitlab:gossi/my-private-preset`. So companies can host their own presets and are good to go. Gists can...

It also requires a deeper look at blueprints, as they might be extendable. It's more of a research project towards a preset schema.

Do you suggest a new category or one-option-that-installs-many-addons ?

that's weird, I'm running node 10 on my machine and hey it works. Probably need to adjust in package.json

Yes, sure. Given these things: - I'm an author of a figma plugin, that uses the official types from [`@figma/plugin-typings`](https://github.com/figma/plugin-typings). - I'm also a direct user of [AST Types](https://github.com/didoo/figma-api/blob/main/src/ast-types.ts) (instead...

Whoops, I came here by accident, but I have an idea 😂 From what I read is what you want to do is use _contract testing_ (instead of mocks). Tools...