leastbad

Results 27 issues of leastbad

I'm really excited to use this, but my face fell when I saw the rmagick dependency. I'm not yet an expert, but could this be swapped out with MiniMagick? You...

I'd love to be able to handle an event when the full-screen viewer closes. I can see that there's an events array in the code, but I can't find any...

Hi there, I'm using algolia-rails in Rails 5.2 with Sidekiq. I have a few custom attributes defined and have created _changed? methods for the custom attributes. ``` algoliasearch per_environment: true,...

# Type of PR Refactor ## Description This PR refactors the SR client package to use the new `Reflex` object - living in the global `reflexes` store - while still...

enhancement
proposal
javascript

With a major version bump on the horizon, we can take a hard look at our payload sizes. IMO, much of the information that we're passing is redundant. I'm going...

proposal

# Type of PR (feature, enhancement, bug fix, etc.) Failed Experiment ## Description This PR should not be merged in its current form. My goal is to present the problem,...

proposal

# Type of PR (feature, enhancement, bug fix, etc.) Enhancement ## Description This PR restores support for cookie-backed session storage in SR. You can set cookie values in a Reflex...

enhancement
proposal
ruby
javascript

# Type of PR (feature, enhancement, bug fix, etc.) Enhancement ## Description My [currently failed] attempt to enable permessage_deflate as a monkey patch in SR. Before: After: Despite promising initial...

enhancement
proposal
ruby

This is respectfully proposed as a **server-side** alternative to https://github.com/stimulusreflex/cable_ready/pull/151. It occurred to me that the real problem we're trying to solve is not receiving updates too quickly, but *sending*...

enhancement
proposal
ruby

I'm pretty sure that if someone declared a channel with... `stream_from "CableCar"` ... it would blow up `https://github.com/stimulusreflex/cable_ready/blob/master/lib/cable_ready/cable_car.rb` I think that it would be best to raise an exception **just...

bug
proposal
ruby