Thiago Meireles

Results 11 comments of Thiago Meireles

Thank you very much for your workaround @Premkumar-Shanmugam, it works perfectly. I just wish we had a way to do it 'natively' without having so many redirects back and forth...

This works fine for me: ```javascript const claims = Object.entries(accountInfo.account.idTokenClaims); claims.map(claim => console.log(claim)); ``` Full snippet of my AzureAD: ```javascript {({login, logout, accountInfo, authenticationState}) => { const isInProgress = authenticationState...

Yeah, doesn't work for me too.

Your setMessages() call is wrong, you need to pass data in array format, like: ``` $validator->setMessages([ "required" => ":attribute is empty", "password:min" => ":attribute characters should not less than 6"...

@MarcFRICOU did you ever manage to make this work with PHP 5.X? We are in the same situation here and this package would be really helpful. Did you use any...

I'm having a similar problem just trying to load the redis extension, with the following error: ```bash php-apache-slim_1 | PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried:...

> @thiagomeireless Which of these reflect your workflow: > > 1. `docker-compose up -d` followed by `docker-compose exec php-apache-slim ...` > 2. `docker-compose run --rm php-apache-slim ...` > > The...

Hey @JacobWeisenburger, your solution works for small projects, but we currently have multiple projects/services with lots of schemas using `preprocess` and changing them all is not a good option. Would...

I also have the same problem and I don't even use Arc, so it's definitely something in Yabai or some MacOS config that's conflicting with Yabai 🤔

Working fine for me, just updated to `15.4.1` and Yabai `v7.1.14`. Try running `sudo yabai --load-sa -V` after restarting your Mac and making sure your yabai is latest version