Mike Vastola
Mike Vastola
This is similar to #845, but it's not really a question -- it's somewhere between a bug report and a feature request: First off, this is a great plugin, so...
http://php.net/manual/en/imagick.identifyimage.php will do it.
NB: So this is really long, but I wanted to provide ample background in the hopes that this will make a decision and/or PR a lot easier. (I'm willing to...
Hi @kairyou, Thanks for this plugin. Really tiny bug, but in [sublime-tmpl.py](https://github.com/kairyou/SublimeTmpl/blob/005815112caefc142a89dd858a77c169e9cb57a6/sublime-tmpl.py#L228) the `file_list` array is missing your default keymap file. This is causing it to never be extracted from...
Accessible via `scm_plugin` method. ### Summary Provides a way to access the deployment's `Capistrano::SCM::Plugin` instance from within a deploy script. (via an `scm_plugin` method) My use case for this was...
### Describe the problem So I was hoping to use this gem to show the current status of a buffer in progress bar form. I know the maximum size, so...
So this is somewhere between a feature request and a bug report, but basically I'm running into an issue where I'm trying to run `rubocop` on an open source project...
There is no reliable way to determine which user(s) the service should start for, so don't try to guess: just show instructions to do it manually. Fixes #31
Can you provide any insight into how (if at all) data sources will be updated as election results roll in on Nov 3rd? For instance, in the [presidential toplines](https://projects.fivethirtyeight.com/2020-general-data/presidential_national_toplines_2020.csv) will...
### Expected behavior If I set `Rails.application.config.active_record.belongs_to_required_by_default = false` in an initializer, I **should** be able to run `rails c` and get the following output: ``` [2] pry(main)> ActiveRecord::Base.belongs_to_required_by_default =>...