Akinori Musha
Akinori Musha
Actually, installing gems via extensions does not work well with bundler (esp. under `bundle --deployment`). You'd have to tweak `require_paths` somehow or import installed library files; either way it is...
What I'm suggesting here is omit the check for devkit when extensions only contain `mkrf_conf` scripts because make/sh/cc are not a requirement for running a `mkrf_conf` script. It is out...
RubyInstaller2 does not seem to have this problem, so I'm happy with it. Is there any new release from this repo?
Thanks for this piece of information. Here's our workaround: ```ruby # app/concerns/apm_sampling module ApmSampling extend ActiveSupport::Concern private def apm_sample ScoutApm::Transaction.ignore! unless apm_sample? end private def apm_sample? true end def perform_with_apm_sampling(*args)...
Same here. The latest image without `DROPBOX_SKIP_UPDATE` gets me Dropbox 144.4.4491 and it is working well so far.
Oh yeah, please. 🙏 Example 1 above often hits me hard because I use a lot of one or two letter aliases. Every time I want to run "command2 file.ext"...
Care to submit a PR for this?
This should have been fixed. Thanks!
If one could specify a file ID instead of a filename, that would work.
The workaround is not ideal as the image names specified in expressions will fall off from automated updates via Renovate.