I hereby claim:
- I am lc43 on github.
- I am pcarvalho (https://keybase.io/pcarvalho) on keybase.
- I have a public key whose fingerprint is 6FE9 E2FE 5217 A620 193B 77CA 9B59 EE18 36F9 4A40
To claim this, I am signing this object:
.list-card-title span { | |
display: inline-block; | |
background-color: rgb(0, 174, 204); | |
color: rgb(255, 255, 255); | |
border-radius: 6px; | |
padding: 5px; | |
margin-right: 10px; | |
min-width: 32px; | |
text-align: center; | |
} |
I hereby claim:
To claim this, I am signing this object:
<?php | |
if( $handle ) { | |
// [...] | |
do { | |
$status = curl_multi_exec($mastercurling, $running); | |
curl_multi_select( $mastercurling ); | |
} while( $running > 0 ); | |
// } while($status == CURLM_CALL_MULTI_PERFORM); | |
// ^^ this parens should match do { but there's no way to know that. |