Steve Loveless

Results 65 comments of Steve Loveless

@alexcrichton when you say > and add a method too! ...what were you thinking there? Something as explicit as ```rust // On `Tool` pub fn ios_version_min(&self, min_version: &str) -> Result...

script/run is failing for me as well, but for a different reason. [sloveless@sloveless-mbp:helloworld]$ ./script/run Setting up Bowline. This could take a while... /Users/sloveless/Downloads/helloworld/vendor/gems/ruby/1.9.1/gems/bowline-0.9.3/lib/bowline/initializer.rb:113:in `set_autoload_paths': undefined method `load_paths=' for ActiveSupport::Dependencies:Module (NoMethodError)...

Also tried removing `--format documentation` from the .rspec file; same behavior.

I'm also not using ckeditor, but ran across this looking for some explanation for my problem (I'm not trying to use `type` for something). Thanks for the research and explanation,...

I suppose this could be closed per #71, yeah?

> I agree with making the default for `RString::new` be a UTF8 string since that's how Ruby behaves. This totally makes sense to me.

FWIW, I did a wireshark capture of the request made to ES when calling `ThingsIndex.reset!` and no `normalizer` object gets sent: ```json { "settings":{ "index.mapping.total_fields.limit":1500, "analysis":{ "analyzer":{ "urls_links_emails":{ "type":"custom", "tokenizer":"uax_url_email"...

Also tried using master (ff49175) and found the same problem.

FWIW, I finally got around to upgrading from 0.9.0 to 0.10.1 and I still get the error here. ```ruby # app/chewy/my_things_index.rb class MyThingsIndex < Chewy::Index settings 'index.mapping.total_fields.limit' => 2000, analysis:...

@pyromaniac thanks! If I get some time, I'll definitely make a PR!