PikachuEXE

Results 95 issues of PikachuEXE

(`7.0` is out)[https://github.com/mongodb/mongoid/releases/tag/v7.0.0] #### Side topic: How I handle bullet in this case `config/initializers/bullet.rb` ``` # frozen_string_literal: true begin require "bullet" rescue ::LoadError # Do nothing, it's normal to be...

The require statement has a typo

Let's say I have this syntax: ``` ruby subject {user} it {should be_presisted} specify {subject.avatar.should be_presisted} ``` And I want to convert this to: ``` ruby it {must.be :persisted} specify...

I am using this library to download remote text files Some of them contains content with UTF-16LE (instead of usual UTF-8) with BOM (`\xff\xfe`) And directly handling the downloaded content...

Would be great to read the change log instead of reading every commit/PR

`chunky_png` has [`1.4.0`](https://github.com/wvanbergen/chunky_png/releases/tag/v1.4.0) released But cannot be used if this gem is used

I got an app that is responsible for both the website and an API The `ApplicationController` is for website only, with many `before_action` Some `before_action` are not suitable **only** for...

Easier then reading commits (and find the last version)

Running an additional dyno seems expensive Unless you are talking about running it in another Heroku app (In that case please write that to readme)