Marcelo Shima

Results 573 comments of Marcelo Shima

@ken4ward something is broken? The feature is missing that’s the reason for the warning. To avoid the warning you can convert to a ManyToOne relationship.

@Tcharl sure we can rework types for v9. > Are there any change in the current modification that would break the end user experience If you mean user that creates...

Our generator generic type may have more than 20 types. We should try to simplify.

I've started new yeoman-environment/yeoman-generator to rework SharedData class.

The complexity of the this proposed generics support makes much more harder to maintain. ```ts port default class< // FIXME For the ones that are trying to fix the types,...

> It's also valid for 'shareddata', which > > * 1. should not exist because everything should be stateless (not the purpose of this mission) - removed in main >...

There are 332 files changes, I think it's not correct.

The branch still conflicting.

In my opinion this is a serious regression to our current types: - introduces a lot of complexity - introduces lots of unnecessary generics - introduces lots of `@ts-ignore` -...

> From what I see at the end of this refactor: > > * Every lib/types will disappear > * lib/types will also disappear in favor of command.ts files >...