I hereby claim:
- I am yoelpc4 on github.
- I am yoelpc4 (https://keybase.io/yoelpc4) on keybase.
- I have a public key ASA4vch6VrrbhYQJWelxfIq8kSXAQXj0Uz4Lo2S1_bX4PAo
To claim this, I am signing this object:
'mysql_unbuffered' => [ | |
'driver' => 'mysql', | |
'url' => env('DATABASE_URL'), | |
'host' => env('DB_HOST', '127.0.0.1'), | |
'port' => env('DB_PORT', '3306'), | |
'database' => env('DB_DATABASE', 'forge'), | |
'username' => env('DB_USERNAME', 'forge'), | |
'password' => env('DB_PASSWORD', ''), | |
'unix_socket' => env('DB_SOCKET', ''), | |
'charset' => 'utf8mb4', |
web: vendor/bin/heroku-php-nginx -C nginx.conf public/ | |
supervisor: supervisord -c supervisor.conf -n |
\DB::listen(function (\Illuminate\Database\Events\QueryExecuted $query) { | |
$sql = $query->sql; | |
$bindings = implode(', ', $query->bindings); | |
$time = $query->time; | |
\Log::info("\nSQL: {$sql}\nBindings: {$bindings}\nTime: {$time}\n\n"); | |
}); |
I hereby claim:
To claim this, I am signing this object:
.oxy-repeater-pages-wrap { | |
grid-column: 1 / -1; | |
} |
// SPDX-License-Identifier: MIT | |
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol) | |
pragma solidity ^0.8.0; | |
// CAUTION | |
// This version of SafeMath should only be used with Solidity 0.8 or later, | |
// because it relies on the compiler's built in overflow checks. | |
/** |