NorthBlue333

Results 35 comments of NorthBlue333

Hello @wonderful-panda and @LolliDepp I can confirm generic types are not correctly working. See the screenshot. ![sandbox-vue-tsx-support](https://user-images.githubusercontent.com/43409865/140932777-1c122930-45e3-45f3-8837-6e666a75fb4b.png) As you can see, `items` is (incorrectly) typed as `(JSX attribute) items: (string...

Any news ? It has been 2 years now and it is documented here https://phpstan.org/writing-php-code/phpdoc-types#class-string.

Hello, I ran into the same issue while upgrading my project dependencies. After reading TypeScript documentation about `useDefineForClassFields` ([tsconfig](https://www.typescriptlang.org/tsconfig#useDefineForClassFields) and [changelog](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#the-usedefineforclassfields-flag-and-the-declare-property-modifier)), I've found this : > Declarations are initialized with...

Sure will do the tests! I'll try to do it before the end of the week. Yes I am describing two issues. About the other issues, I will create a...

Ok, I've figured out the issue, the migration is missing. May I let you create it @kbond ? I have added the necessary tests for the ORM. ``` one_to_many_with_nested_collection_relationship_polymorphic one_to_many_with_nested_collection_relationship_polymorphic_mixed...

> Ok, I've figured out the issue, the migration is missing. May I let you create it @kbond ? Nevermind, I have managed to add it.

Oh you're right. Gonna fix this right now.

I have added a new part of the fix, concerning creating entities via `OneToMany` without `cascade: persist`. I have added the following tests and kept the others (in order to...

> So if we re-add the fix, the test suite will pass? > > > Needs #302 for all tests to be ok. > > Should we merge that one...