Evan Prothro

Results 10 issues of Evan Prothro

I haven't been able to find an example of shrine with `ImageUploader` and `VideoUploader` `::Shrine` classes used with a single parent model. Would be great to see something like this...

Elixir 1.9 introduces `child_spec` and [deprecates `supervisor`](https://hexdocs.pm/elixir/Supervisor.Spec.html). Those running 1.9 may be confused by the readme which uses the deprecated `Supervisor.Spec.supervisor` referenced in the readme and attempt to use the...

# Description Adds support for hash and c-style comments in .yardopts files. We want this to be able to reduces developer confusion for those new to YARD. Devs can tend...

We are getting the following exception in CI during bundler operations. It appears this may be due to an [sassc](https://github.com/sass/sassc-ruby/issues/146) issue. Forcing the `sassc` version to latest appears to fix...

Logs for enqueuing retries are logged at info level. ```elixir # in lib/exq/redis/job_queue.ex def retry_job(redis, namespace, job, retry_count, error) do ... Logger.info("Queueing job #{job.jid} to retry in #{offset} seconds") ......

Regardless of either of the documented configurations for log level: ``` # lib/app/apple_strategy.ex defmodule App.AppleStrategy do use JokenJwks.DefaultStrategyTemplate def init_opts(opts) do url = "https://appleid.apple.com/auth/keys" Keyword.merge(opts, jwks_url: url, log_level: :warn) end...

@bsbodden and @hsgubert: I'm going to switch gears to some other things for a bit, but I wanted to get your thoughts on the following for when I get some...

I seriously hesitate to post this here, but figure others may have the same question, and it is so specific to this particular implementation on Heroku... Please just let me...

FYI: ``` Resolving dependencies... Bundler could not find compatible versions for gem "jquery-ui-rails": In Gemfile: jquery-ui-sass-rails (~> 4.0.3.0) ruby depends on jquery-ui-rails (= 4.0.3) ruby jquery-ui-rails (4.0.4) ``` Is this...

Gents, I've used mobylette on a few projects over the years and have had a few fallback issues at times -- I think I assumed they were all fixed in...