Guilherme dos Santos Souza Júnior

Results 6 issues of Guilherme dos Santos Souza Júnior

Please add support for Firebird.

Hi, I would like to contribute with support to Firebird however this would be my very first contribution I'm not sure where to start, I'm a mid-level developer but with...

enhancement

I'm using Laravel 9 and I have a query that does a where like to a column varchar(14). When the like has the full length of the column I get...

How to use this dependency? Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1. Searched in the following locations: -...

I have the following route in my web.php: ```php Route::middleware(['web']) ->group(function () { Route::get('/entrada', [AdminAuthController::class, 'entrada'])->name('entrada'); }); ``` Then I have the following in my Http/Kernel.php: ```php protected $middlewareGroups =...

I need to override functionality of: **vendor/league/oauth2-server/src/Grant/AuthCodeGrant.php** to add another information on the authorization code (the tenant id), will also have to decrypt it later but for now I would...