Silas Ribas Martins
Silas Ribas Martins
Hi @Gregwar, I've a case with 2 constraints but only 1 is returned in check: ``` $form2->addConstraint('quantidade_assentos', function($form) { if (empty($form->getValue('quantidade_assentos'))) { return 'Quantidade de assentos é obrigatória!'; } return...
Add flag --with-foced-files to send files configured in forced option inside config/maneuver.php.
### Expected behaviour Using rawCommand to run full ACL command and return true. ``` Redis::connection()->client()->rawCommand('ACL', sprintf( 'SETUSER %s on nopass -@all +subscribe|quantifique.pingpong +subscribe|quantifique.flopy', $user->email )); // or Redis::connection()->client()->rawCommand('ACL', 'SETUSER', sprintf(...
Salve, Pessoal, tem algum modo para gerar um boleto sem data de vencimento? Já testei passando o prazo como 0 ou -1 e nada, definindo a data de vencimento como...
Hi, Congratulation for the bundle, this is great. I'm using in 4 different entities, but in User entitity, after update to v2.5 or v2.5.1 the file field doesn't appear in...
Peek: 1.5.1 GTK: 3.24.30 GLib: 2.70.2 Desktop: ubuntu:GNOME Display server: X FFmpeg version: ``` ffmpeg version 4.4-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2021 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6)...
Hi, First of all your component is great! Congrats! One idea: add support to a units like em and rem. Thks!