I hereby claim:
- I am groseb on github.
- I am groseb (https://keybase.io/groseb) on keybase.
- I have a public key ASDe-fU4GVs5uKwejGKmD4YKgWB3SRNuK0Ah7UgDLBJpHAo
To claim this, I am signing this object:
<?php | |
$client = ClientBuilder::create()->setHosts(['127.0.0.1'])->build(); | |
$params = [ | |
'index' => 'metricbeat-*', | |
'body' => [ | |
'query' => [ | |
'bool' => [ | |
'must' => [ |
I hereby claim:
To claim this, I am signing this object:
//https://jqueryui.com/dialog/ | |
//https://github.com/carhartl/jquery-cookie | |
$("#dialog").dialog({ | |
width: ($.cookie('dialog-width') || 500), | |
height: ($.cookie('dialog-height') || 300), | |
position: { | |
my: $.cookie('dialog-pos-my') || 'center', | |
at: $.cookie('dialog-pos-at') || 'center', | |
of: window |