Dan Freeman

Results 229 comments of Dan Freeman
trafficstars

While I do still agree that getting crisp about types vs values in our declarations is important, looking at the definitions in DT, the [current setup](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/aee73c479bd3f156b1468f3fd7e34811263f9e1a/types/rsvp/index.d.ts#L478) looks correct to me....

I spent a little time on this this evening and I think either I have a fundamental misunderstanding of some aspect of the type system or there's a bug in...

> There's a tricky issue here, in that createRecord will happily accept items which are not part of the schema. That's true of `setProperties` too, though, isn't it? At runtime...

Has anyone seen examples of how the `@types` packages for other popular libraries deal with this kind of situation? We certainly have a fair amount of complexity in our types,...

> A developer cannot make a seemingly innocuous change in dependencies (i.e., a yarn upgrade without changing a version constraint in their package.json) and break their app. Agreed that this...

I'm 👍 on the plan. The generator behavior we're after might be a little finicky (I'm not aware of a single-pass way to both resolve the latest version of a...

I'm not sure what work (if any) will be necessary on this end to support monorepos, but you might start by experimenting with the new [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html) feature in TS3.0.

I'll be the first to say I haven't given any real deep thought to the details of this setup, but I threw together a workspace-based repo and everything appeared to...

As annoying as I know this is, the answer is "when it's ready." You can track progress over on #333 🙂 We're still getting some real-world burn in with the...

It's not _quite_ ready for primetime yet, but https://ember-learn.github.io/ember-cli-addon-docs may be worth being aware of for this