Michael Baldry

Results 24 issues of Michael Baldry

I'm looking to write a test that ensures a http request happened, via a certain proxy server. I can't seem to see any way to do that. Is it something...

Enhancement

caused less to import weird things and resulted in this: ``` >> SyntaxError: Invalid HEX color code in node_modules/grunt-contrib-less/node_modules/less/test/less/errors/color-invalid-hex-code2.less on line 2, column 29: >> 1 .a { >> 2...

Hi there, I'm having real trouble getting a pointer to the content of a section? peHeader().getPointerToRawData() returns an offset within the file, but I can't work out how to get...

This solves `wrong number of arguments (given 2, expected 1)` errors

so in model.rb, we have ``` ruby def mapping(*args) @mapping ||= {} if block_given? @mapping_options = args.pop yield create_elasticsearch_index else @mapping end end ``` in my model ``` ruby class...

enhancement
wip

Pretty new to elasticsearch / tire but I've just written span_near support to the dsl.. looks like ``` ruby query do span_near(slop: 20, in_order: false) do term :description, "chicken" term...

When I run against a collection of ~200,000 documents on heroku, it runs out of memory and gets killed.. If its paging things, and indexing in batches, why does this...

waiting

I have a model called Product, and the index is products_current, in test I want to use test_products_current. This is not possible currently because if you don't define the name,...

enhancement
waiting

I don't know anything about complex numbers. They probably don't work. Please feel free to submit a PR :)

When I try to pass a UTF-8 charlist, characters such as `ł` which equate to `` actually go in as `322` in the charlist. ``` iex(1)> 'hełło' [104, 101, 322,...