I hereby claim:
- I am pdziewa on github.
- I am przemekdz (https://keybase.io/przemekdz) on keybase.
- I have a public key ASAYLRfvgl1vZ4alsurL__VDEk0RYy85PYxloUq80olEugo
To claim this, I am signing this object:
| <?php | |
| DB::listen(function($query) { | |
| $sql = $query->sql; | |
| foreach ($query->bindings as $binding) { | |
| $sql = Str::replaceFirst('?', $binding, $sql); | |
| } | |
| File::append( |
I hereby claim:
To claim this, I am signing this object:
| $ipx-margin-top: constant(safe-area-inset-top); | |
| $ipx-margin-bottom: constant(safe-area-inset-bottom); | |
| $ipx-margin-left: constant(safe-area-inset-left); | |
| $ipx-margin-right: constant(safe-area-inset-right); |