Elvis P dos Reis

Results 40 issues of Elvis P dos Reis

Is it possible that I only receive a simple element in my formcontrol, I tested the add [onAdding] but I keep getting an object, I would like to receive only...

PLEASE MAKE SURE THAT: - you searched similar issues online (9/10 issues in this repo are solved by googling, so please...do it) - you provide an online demo I can...

I need to use a conditional validator where I need to get the value of a variable out of context `table: [null, [RxwebValidators.required({conditionalExpression:(x)=> x.firstName == 'John'})]]` ``` ngOnInit() { this.userInfoFormGroup...

rxweb

It is possible in the method `$scheduler->getExecutedJobs` returns the time and start the task was started and ended and the amount of processing it consumed. because I have a program...

I noticed that my scheduled processes run in sequence that were scheduled, and it is possible that these processes run in parallel. in a simplified way and the way I...

what would be the best way for me to define a try catch on each task so that one task is not harmed by the other ```

question

i would like to automatically open a json tree, for example i would like the address tree to open automatically ![image](https://user-images.githubusercontent.com/15267623/159999728-ceb767ea-200a-45e8-a8d5-a7ccc0c11102.png)

I'm having trouble setting a timeout time ``` $recaptcha = new ReCaptcha($settings['secret']); $recaptcha->setScoreThreshold(0.5); $recaptcha->setChallengeTimeout(300); $resp = $recaptcha->verify($body->grecaptcha, $ip); if (!$resp->isSuccess()) { throw new \Exception('Tente novamente.'); } ```

question
php

I need to make a patchValue but it can happen that the object to be passed to be used in the patch is not exactly what was defined in getFormControls,...

state: needs repro