secit-pl
secit-pl
`The "Gregwar\CaptchaBundle\Controller\CaptchaController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use {@see AbstractController} instead. *.`
Tested on 2.4 and 5GHz network. App shows that deauth packages are sent but the test device are not disconnected from the network. It worked with the same setup on...
**Bundle version**: 7.0.0 **Symfony version**: 7.0.1 **PHP version**: 8.2.10 **Description** Throwing an exception in `user_checker` `checkPostAuth()` ends in infinite redirection loop. **To Reproduce** 0. Configure bundle using email tokens. 1....
I have the following code, it's used to edit the contact entity: ```php protected function execute(InputInterface $input, OutputInterface $output): int { $io = new SymfonyStyle($input, $output); $contacts = $this->doctrine->getRepository(Contact::class)->findAll(); if...
I found that the bundle have problems when dealing with Doctrine\Common\Collections\Collection (ArrayCollection). On local test instance I have found that the problem is here: Matthias\SymfonyConsoleForm\Bridge\Transformer\AbstractTransformer::defaultValueFrom ```php protected function defaultValueFrom(FormInterface $form)...
Hi, sending logs over HTTP to specified url would be a great feature. Could you please add it?
There is some problem with current slot indication while using in the same time the usb cli and the buttons: On firmware version v2.0.0 do: 0. change slots using buttons...
Currently, the TranslatableInterface implementation looks like this: ```php interface TranslatableInterface { public function trans(TranslatorInterface $translator, ?string $locale = null): string; } ``` and the TranslatorInterface declaration looks like this ```php...
### Environment #### Package show name : gedmo/doctrine-extensions descrip. : Doctrine behavioral extensions keywords : Blameable, behaviors, doctrine, extensions, gedmo, loggable, nestedset, odm, orm, sluggable, sortable, timestampable, translatable, tree, uploadable...
**Describe the bug** Time pickers do not work as expected when there is more than one time picker on the same page. When I click the up/down arrows, it changes...