Hiren Mistry

Results 10 comments of Hiren Mistry

@shime That's great to hear. My thoughts are to incorporate the whole functionality into bundler, if that's ok with you, because there's no need to duplicate efforts and your CLI...

Hi @katungi. There was work previously done to integrate most, if not all, of the Bun capabilities into bundler. See the following PR's: https://github.com/rubygems/bundler/pull/6513 https://github.com/rubygems/bundler/pull/6547 https://github.com/rubygems/bundler/pull/6556 If you see something...

Sure. Thank you for your quick response. Really need to get this working soon. I created `warble.rb` and set `compiled runnable` options. Every thing else is default values. I had...

Also it'd be good to quantify things a little like: _"we are looking for total of 100 users testing on large projects with Gemfiles of 100+ gems"_ or _"we got...

The above link is an orphan page as I'm unable to navigate to it from any of the websites current navigational menus/links. Bundler v1.9 does not link to the guide.

Thanks, I did see it. I'm calling it out as an orphan page because there's no link to get to it and as such what do we want to do...

It's not a default setting as such things are best left up to the dev's using the library. The ImageProcessing API is a common generic wrapper to provide a uniform...

@janko-m if you decide to add strip as default, please consider the additional time cost if any and provide option to turn it off. When I implemented this a year...

@johnnyshields Will this new fork method also work for JRuby applications? I'm currently converting an app to use JRuby and cannot run `script/delayed_job` because`daemonize` does not work in JRuby. If...

@johnnyshields Got it. Thank you I'll take a look at the gem. JRuby doesn't support forking processes so based on what you said, doubt this will work. Sidekiq might be...