Thierry Goettelmann

Results 28 issues of Thierry Goettelmann

In my Entity, I have a property: ``` /** * @var int The account balance * * @ORM\Column(type="integer") * @ApiProperty(required=false) * @Assert\Type(type="integer") */ private $balance = 0; ``` I want...

GraphQL

Imagine this route: ``` feature_product: pattern: /category/{category}/feature-product/{product} defaults: _controller: MyBundle:MyController:feature product: ~ ``` And this action: ``` /** * @Template */ public function featureAction(Category $category, Product $product = null) {...

Doctrine converter

### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...

### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...

### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...

### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...

**Describe the bug** On macOS Terminal, or iTerm2 (not tested on Windows/Linux), when using the `word: true` option, there is a problem when typing the shorthand just after clearing the...

bug

![Capture 2022-09-16 at 19 10 46](https://user-images.githubusercontent.com/19408/190693002-63ffb159-132a-4909-92b1-d36603b75c7a.gif) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or...

XO Lite

![Capture 2022-09-16 at 11 27 33](https://user-images.githubusercontent.com/19408/190605850-3bf67a65-039f-46c6-8b5a-d091bd416dbd.gif) ![Capture 2022-09-16 at 11 29 35](https://user-images.githubusercontent.com/19408/190605980-d8d78fc9-c893-4b5d-9c30-0ef6679a74ae.gif) ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the...

XO Lite

### Description _Short explanation of this PR (feel free to re-use commit message)_ ### Checklist - Commit - Title follows [commit conventions](https://bit.ly/commit-conventions) - Reference the relevant issue (`Fixes #007`, `See...

XO Web Core