Mike Perham

Results 66 issues of Mike Perham

How do I require the library so I have access to Rubinius::Channel on jruby? I did this: ``` require 'rubinius/core-api' p Rubinius.constants ``` and it output this: ``` [:Tuple] ```...

Sidekiq 7.3 will remove support for inline styling and scripts. This means you'll need to move your dynamic styling into a separate CSS file and flag it with the current...

It would be nice if I could pass you our Redis connection pool and your gem would check out connections as necessary to perform operations. See the [connection_pool](https://github.com/mperham/connection_pool) gem.

enhancement

In order to lock down JS and CSS for better security, we need to provide a first-class API for web extensions so they can opt into better asset security while...

This change allows the user to opt-into a more intrusive JSON configuration which can transparently marshal most core Ruby types. This allows the user to use almost any core datatype...

TIL that `json/add/core` exists and provides JSON serialization for Ruby core types (Date, Time, Symbol, etc). My mantra of "native JSON types only" was entirely because I did not want...

The first column of each data table is a timestamp with an approximate label, "3h". Is there a way to provide a hover tooltip with the exact time, `2023-11-29 14:23:23Z`...

I noticed in a previous issue that an error backtrace from `batches.erb` in Sidekiq Pro does not appear in the backtrace. Instead it shows `(erb)` with no context. ``` NoMethodError:...

### Describe the bug I'm using a basic DigitalOcean droplet and the Stripe gem takes over one second to require with Ubuntu 24.04/Ruby 3.2. ``` mike@svr-20240711:/opt/billing$ time ruby -e "require...

bug
future