Josh McGinnis
Josh McGinnis
> fe [FUZZY PATTERN] | Open selected file with $EDITOR I use fe often, but I recently setup fzf on a new machine and I realized that after I select...
I'm getting the following error *only* when running simplecov in a CircleCI environment. The same command works fine on our local environments. I'm using `ruby 2.5.0` and `simplecov 0.15.1`. ```ruby...
Seems like it should be really easy, but I'm finding it confusing. How the heck do I access the examples? It also isn't clear what needs to be running in...
I'm looking for a list that enumerates the defined accessors on a jsonb column, not unlike `model_klass.new.attributes.keys` which returns all attributes for a model (jsonb accessors included). Digging through the...
https://sphere.diybio.org/labs/thelab/ https://github.com/DIYbiosphere/sphere/tree/master/_labs/TheLAb This business is no longer a DIY lab. Per Melissa Draeger, VP Operations, TheLab Inc.: > We stopped teaching classes and hosting public events in 2018. We have...
### Description I've noticed a significant performance hit when running rspec tests whenever there is a factory that populates an `hstore` column. ### Reproduction Steps Create an `hstore` column and...
I'm using Rack::Cache + Cloudfront over Heroku with the ruby and imagemagick buildpacks. I'm trying to figure out how to speed up my app which has images saved through dragonfly...
I'm in the midst of transitions our app from Resque::Mailer to this gem. One of the options that Resque::Mailer provides is an [error_handler which accepts a lambda](https://github.com/zapnap/resque_mailer/pull/48) to be passed...
I'm using ruby `2.5.0` and gpgme `2.0.16` with rails and sidekiq. I'm spinning up about 40 GPG decryption jobs, processing about 10 jobs (using threads) * 3 processes concurrently. Searching...
### Description I recently started running into issue where I'm unable to issue UPDATES or INSERTS on Postgres db tables which inherit time objects and constraints. (e.g. `INHERITS (my_schema.timed_object);`) All...