Elvis P dos Reis

Results 23 comments of Elvis P dos Reis

when you click on "Pre fill the form" the error "ERROR Error: Cannot find form control with name: maxCrewMember " the json can come from an http call where the...

attempt [stackblitz sample](https://stackblitz.com/edit/angular-ngx-responsive)

Por favor poderia adicionar a sugestão, é algo que eu preciso

is not generating autocomplete for fields ![image](https://user-images.githubusercontent.com/15267623/155549367-b35e1f54-9a6f-41da-b910-a3ae71dbcd2f.png) ``` /** * @property Modelo $modelo * @method BelongsTo|_IH_Modelo_QB modelo() * @property Model $prestador * @method MorphTo prestador() * @property _IH_NotaServico_C|NotaServico[] $servicos *...

attached screen, it would be able to preserve the name ![image](https://user-images.githubusercontent.com/15267623/127868654-53bc3003-6d20-436a-9302-2465dd9ee9e1.png)

I managed to solve it by passing the third argument to uploadFormData.append ``` const uploadFormData = new FormData(); const name = file.name; file = await readAndCompressImage(file, config); uploadFormData.append('file' + item,...

The scheduler is creating the lock file correctly with the task id, he is creating tasks ``` $scheduler->call(function (MercadoLivre $mercadolivre) { $mercadolivre->messaging(); }, [$mercadolivre], 'mercadoLivre-messaging')->at('* * * * *')->then(function ($output)...

I am still having a hard time doing this deserialization

Could you please advise me in what way should I do or some guidance?

To solve the problem I had to create an advisor, would that be the correct way to do it? Product ``` /** * @ORM\OneToMany(targetEntity="Dimension", mappedBy="product", cascade={"persist"}) * @JMS\Type("array") * @JMS\Groups...