Brian Porter

Results 18 issues of Brian Porter

I would like to request a specific upgrade guide for v1 ➡️ v2. I found [the 2.0.0 release notes](https://github.com/alexcorvi/anchorme.js/releases/tag/2.0.0), and points for including a **Breaking Changes** section, but it only...

This is not even a well-formed feature _request_ even yet. I am mainly hoping to kick off a conversation about what would be involved to develop this either into the...

I'm attempting to upgrade from v2.0.0. Following the instructions in the README for a manual (non-composer) install, I've downloaded the 3.0.1 release and extracted into my wp-content/plugins/ folder: ```shell $...

I've been digging around in the source code, looking for a way to _append_ (or prepend) an additional filter to the default list. https://github.com/gollum/gollum-lib/blob/1058d366eedac51e520498cfce9513b05b97974a/lib/gollum-lib/wiki.rb#L149 But as far as I can...

I followed the setup for using [zquestz/omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2#installation) and put that into the omnigollum_options: ```ruby omnigollum_options = { providers: Proc.new do provider :google_oauth2, ENV['GOOGLE_CLIENT_ID'], ENV['GOOGLE_CLIENT_SECRET'] end, dummy_auth: false, } ``` but...

I just encountered this during a rebase conflict initiated on the command line. Here's the diff displayed by GitX in the "Stage" view: ![gitx_linenums_staging_view](https://cloud.githubusercontent.com/assets/637270/3048508/65c6ee66-e149-11e3-8826-a58d87f24e44.PNG) And here's the actual file in...

``` [1] pry(main)> Phoner::Phone.parse('+1-309-456-7890'.freeze) FrozenError: can't modify frozen String: "+1-309-456-7890" from /bundler/ruby/2.7.0/gems/phone-1.2.3/lib/phone.rb:170:in `sub!' ``` This is on version 1.2.0. `parse()` could probably call `string.dup` to create its own internal mutable...

Travis [recently enabled caching](http://docs.travis-ci.com/user/caching/) on builds that don't require the use of `sudo` (which is probably most Cake projects.) We've [tested this out](https://github.com/loadsys/CakePHP-Stateless-Auth/blob/d31a047f957a39d37d1c2ea97fbc7cb9884ef85d/.travis.yml#L40,L43) with the composer cache directory and the...

The command line tool should return an exit status greater than zero if validation fails in any way.

Resolves #54. Builds on #91 to add the existing asset pipeline tooling to (only) the vagrant box. This work conflicts with #90 somewhat. In general, #90 is preferable as it...

hacktoberfest-accepted