Matteo Galacci

Results 14 issues of Matteo Galacci

I'm using aws-vault 6.6.0-2 on linux Arch After packages upgrade, in particular libgpg-error (1.45-1 -> 1.45-2), i got this error ``` aws-vault exec my_profile --backend=pass gpg: decryption failed: No secret...

HI, I would like to use name with dot. For example name="customer.name" But when I try to use this syntax in the query string, the param is not fetch: .../some/route?param=ok&customer.name=isnotok...

Bug
ParamFetcher

Hi, I have an installation of laravel 4.2.17 on php 7 and "rcrowe/twigbridge": "0.6.*@dev" As you might imagine, I get this error Cannot use 'String' as class name as it...

Hi, I have a problem with printVegetarianMenu() methos in Composite Iterator Pattern. This is my method: ``` public function printVegetarianMenu() { $iterator = $this->allMenus->createIterator(); echo sprintf("\nVEGETARIAN MENU\n----"); while ($iterator->valid()) {...

Hi, can you suggest me how can I subscribe PersistDomainEventSubscriber globally on Symfony 3? For now I have registered this two services: ``` event.repository: class: Messenger\Infrastructure\Application\Notification\DoctrineEventStoreRepository factory: ['@doctrine', getRepository] arguments:...

Is there a way to configure this package to validate a token created from AWS Cognito? Otherwise, can you address me? A short context: Symfony microservice that receives REST calls...

Hi, I have an array like this: ``` [ {file: /file1.txt, otherinfo: foo}, {file: /path/file2.txt, otherinfo: foo}, {file: /path/file3.txt, otherinfo: foo}, {file: /path/subpath/file.txt, otherinfo: foo}, {file: /file4.txt, otherinfo: foo}, {file:...

I have installed as Global Theme on Kde Plasma Operating System: Arch Linux KDE Plasma Version: 5.22.4 KDE Frameworks Version: 5.84.0 Qt Version: 5.15.2 Graphics Platform: X11 this is my...

I'm creating my first layout. I would have a panel with neofetch to see system information. This is my config ``` layout { pane cwd="/home/matiux" name="home" pane split_direction="vertical" { pane...

stty size: 58 253 zellij: 0.40.0 Linux iuxhome 6.8.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 17 Apr 2024 15:20:28 +0000 x86_64 GNU/Linux zsh --version: 5.9 (x86_64-pc-linux-gnu) ohmyzsh powerlevel10k Maximizing my terminal (KDE...

bug