Vanderlei Sbaraini Amancio

Results 7 comments of Vanderlei Sbaraini Amancio

Changing line 35 in file `socialiteproviders/manager/src/Oauth2/AbstractProvider` from `getAccessTokenResponse` to `getAccessToken` I manage to get Gitlab Provider pass this phase, but it does not work anyway, because Gitlab returns a 401...

@edbizarro checkout #166 ! I've got it working after following the steps presented in that issue.

@sagadsalem What nova version are you using? It seems that depending on the Nova version, NovaRequest was split in multiple Request classes so we can't use app(NovaRequest::class) and get if...

I am on phone now, so sorry for not much detail. I followed the instructions in Readme and added the so extension to my ini. As soon as I get...

@darkterminal I just have a simple Dockerfile, where I download the compiled extension and add it to php.ini. ```Dockerfile FROM composer FROM dunglas/frankenphp:1.2-php8.3 COPY --from=composer /usr/bin/composer /usr/bin/composer RUN install-php-extensions \...

It looks like it's already compiled as NTS, in this case it should be compiled with Thread-Sagety enabled I think. Thank you!

I tried to find some guidance in README or a Contributing.md but didn't find it. Could you briefly explain how do you compile? I have rust and cross installed in...