Jesse Rushlow
Jesse Rushlow
Do you have the same issue if you use the native Windows shell? or the built in PHP Storm Terminal?
I've been messing around with this concept myself. I can see the pros and cons of chaining commands vs a new "all-in-one" maker that reuses logic from existing makers in...
Howdy @raffcioo! I believe `make:entity` is working as intended. If I create a new `Me` entity with 2 properties: 1) `name` and select "no" or just press enter to "can...
Hmm, I'm not seeing a `500` error when submitting a form with missing, blank, or null values when a `string` is expected. - I'm getting the expected `422` response &...
I've had success with ProseMirror https://prosemirror.net/ which is a cousin of CodeMirror https://codemirror.net/. Pretty modular and configurable. And it's all open source... I have not tried implementing it with anything...
Not sure if ya'll use any sort of `@legacy` comments like we do in MakerBundle. If so, let me know and I'll add them to the doc-comments. E.g. `@after -...
@nikophil rebase done don't think the ci failure is related.. looks like a `php-cs-fixer` type of problem
`MakeTestRunner::configureDatabase()` has the logic we needed to get sqlite to work with the new `orm` - https://github.com/symfony/maker-bundle/blob/d9574302ee67c23ae5c803556f2b779c3b0b94a2/src/Test/MakerTestRunner.php#L156
Hmm. This sounds like it is a potential Doctrine issue. IIRC the preferred way by Doctrine to set a default value for a property is using the property it self...
I agree w/ @OskarStark - adding `Repository` as a "reserved word" is not ideal and will lead to problems. e.g. you can create a `User::class` entity, but using the word...