Brent Bradbury
Brent Bradbury
Has anyone verified this worked for them? I am having what appears to be the same issue on 1.4.1.
So, working to diagnose; definitely is a problem only with :git gems. ENV['GEM_HOME'] is set to the jar root when printed from inside the program before the first require. The...
Could it be the fix above fixed the war case but not the jar case?
Yes, testing now. I'm going to patch a local warbler fork, so I might end up with a pull request.
So, adding the ||= didn't make a difference, so I'm dead in the water for the moment. The value of ENV['BUNDLE_GEMFILE'] was already set to the full path of the...
So, I _think_ what the problem is is that the bundler gems end up inside '/bundler/gems'. The templates' init.rb output only sets ENV['GEM_HOME']-- not to be confused with ENV['GEM_PATH'], which...
Had success finding the git gems by patching [bundler.rb#L60-63](https://github.com/jruby/warbler/blob/309bb90bd753fabef2254c6f4a218f7d3c146433/lib/warbler/traits/bundler.rb#L60-L63) to ``` ruby case spec.source when ::Bundler::Source::Git config.gems
Did some more reading-- I think that what warbler is currently trying to accomplish is layout git gems internally the same way Bundler does, so that Bunder.setup and Bundler.require work...
Hello! Is there a "Force redraw" work around or other similar way around this? I am new to holoviews and using a dynamic map with a datashade; when I choose...
hey @jvdd - i may took at look at this one as well, i am trying to build some interactive selection logic. Any pointers?