Devin Beeuwkes

Results 47 comments of Devin Beeuwkes

Related: when perform a `save_objects!` with an empty batch, the `taskID` returned from the engine never resolves, resulting in this loop running forever. ```ruby client = ::Algolia::Search::Client.create_with_config( ::Algolia::Search::Config.new( application_id: ENV['ALGOLIA_APP_ID'],...

Quick update; this change seems to require us to drop support for some older Ruby versions, so we're internally discussing how we can address this properly. Will keep you posted!

Sorry for the delay in coming back to you. We're indeed going to drop support for the older Ruby versions. We're not going to release today given that it's a...

Hi all! I think #458 may fix this indeed. We've released this in v2.3.0. I'm closing this issue for now, feel free to reopen in case the issue persists after...

Hi @paulspringett ! Thank you for reporting this issue, and sorry to hear you're running into this. I tried to replicate the issue, but everything seems to work fine on...

You're right, it seems like it needs at least version 1 of faraday in order to work as expected, as it relies on including `faraday-net_http_persistent`, which doesn't work well with...

@paulspringett this is available in v2.3.1 https://rubygems.org/gems/algolia/versions/2.3.1 !

## Proposed syntax A user could add custom renderers (or community-created renderers) from their `config.rb`, with the following approach: ```ruby require 'frontman-community-renderer' # Renderer from e.g. external package require './lib/custom_renderer'...

Great idea, let's try this out 😄

Let's keep `import_config` in that case, as the method was already named that way 😄