Results 10 issues of Moh

Hello, I'm using Captcha, and I have noticed that sometimes the code i.e ABIDE will be built as ABJDE in image. Do you have any idea why is that mistake...

Hi, I am running PhpUnit test but I do not know how to set the captcha value in the form before submitting the form? May I can read the Symfony...

I have added > ->add('captcha', CaptchaType::class, array( 'as_url' => true, 'keep_value' => true, 'background_color' => array(255,255,255), 'width' => 200, 'height' => 50, 'length' => 5, 'label' => false, 'required' =>...

@aggarwalankush Is it possible to re-initialize the ```options: PushOptions``` of already created ```pushObject: PushObject``` I am enabling my App users to enable/disable the sound and Vibration, therefore I am asking...

Dears, I want to execute the scenario or test twice and in parallel by opening two tabs. I need this test to check and see how that affects the created...

@yuntuowang I have installed @types/amazon-cognito-auth-js in my Mobile_APP project using npm. And then import it like ``` import { CognitoAuth, CognitoAuthOptions } from “amazon-cognito-auth-js”; export class MyClass { ... //...

Hi, I am using star-rating.svg but it works by default for fullStar and I tried to set that to half but does not work! any idea? thanks

Hello, I am trying to use ewz_recaptcha. I'm using: * symfony 2 and silex * my current symfony/form is 2.3 (this means I have to install ewz 1.0) Problem: How...

Hello, We have a problem while setting the API in Symfony4. is there any suggestions how to set the configuration that in Symfony4? regards,

Hello, My application is based on Symfony3 framework. And I installed restler using the composer then the related api explorer. I copied the explorer folder under /web (my public folder)...