John Cline

Results 10 comments of John Cline

I also experienced this issue with ActionMailbox on Rails (see https://github.com/rails/rails/issues/43038) ### Steps to reproduce Given the email contents below, I would expect the plain-text portion of the email to...

@soutaro any progress on this? i'm still seeing with 0.49.1, which makes it very awkward when empty returns work after #500 was merged

@soutaro awesome, thank you. The issue I'm running into is something like this: ```rb class OrdersController < ApplicationController before_action :set_order def clone new_order = clone_order if new_order&.save redirect_to new_order else...

From the discussion on #109, should the behavior be updated to match `image_pack_tag`? https://github.com/rails/webpacker/blob/4565b843f649842b03c99fd877e6f3681dd92027/lib/webpacker/helper.rb#L149-L154 ```ruby def resolve_path_to_image(name, **options) path = name.starts_with?("media/images/") ? name : "media/images/#{name}" path_to_asset(current_webpacker_instance.manifest.lookup!(path), options) rescue path_to_asset(current_webpacker_instance.manifest.lookup!(name), options)...

Sounds good, will submit in the next week-ish

There isn't currently a way to import this project using maven. I'll take a look at some options (either using github as a repo described by [this](http://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github) or hosting on...

@ceefour that'd be great! my username is clinejj. Do you need anything else?

@ceefour Thanks for setting that up! We probably want to follow the suggested com.github.clinejj. I just left a comment there.

it looks like we have the ability to post to sonatype, @ceefour did you run a build up?

Hey @bramhu - thanks for opening this. The current library hasn't been updated in quite some time, so yes that's the correct version in the library. I'd be more than...