Nik Everett

Results 106 comments of Nik Everett

I think it'd be breaking to make those maps immutable but it is pretty tempting. It feels cleaner than making a copy every time though.

Either of the things I suggested should work to be honest. It might be better to make a script context for reindex and see if that solves the problem. It...

Well. Jenkins is panicing a bit. So maybe not *that* easy.

On Fri, May 9, 2014 at 1:54 PM, Xiao Yu [email protected] wrote: > Interesting, so for the scrollbar issue, what browser are you using Firefox > and for the numerous...

> Personally I like the alphabetical sorting of the graph, though I can see use for optionally sorting by index size. Maybe when no indices are selected they should all...

This seems to be caused by the zstd stuff. Painless doesn't have permissions to touch the `jna.profiler.prefix` system property. It doesn't have permission for anything. This seems to fix it:...

I feel bad for the github user `@timestamp`. We ping them so much.

I'll drop the asciidoc from this one.

Interesting that this hasn't bit us. I know we have a ton of function test case utilities, but they don't actually use equals and hashCode - they are more about...

I've opened this as draft because I've not added any real tests. And because stuff like: ``` curl -uelastic:password -HContent-Type:application/json -XPOST 'localhost:9200/_query?error_trace&pretty' -d'{ "query": "ROW a=1::LONG | LOOKUP t1 ON...