ajays1991

Results 4 issues of ajays1991

I have the following orders_index ``` class OrdersIndex < Chewy::Index settings analysis: { analyzer: { lower_keyword_autocomplete: { tokenizer: 'keyword', filter: ["lowercase"] } } } define_type Order.all.includes(:products) do field :total, type:...

we were looking to implement google data api and looking for gdata support for ruby. I see the last commit was made 6 years ago. Is this lib still matained?...

Hi, I found out that lazy load don't actually lazily load the images on the html page if images in the html has gradient defined. I loads all the images...

Hi, Following is my Job file ``` # frozen_string_literal: true class Braze::GasSaver::BrazeUpdateGasSaverJob < ApplicationJob queue_as :default limits_concurrency to: 1, duration: 4.seconds, key: "braze_gas_saver_update" retry_on StandardError, wait: 5.seconds, attempts: 3 def...