Patrik Ragnarsson

Results 771 comments of Patrik Ragnarsson

Amazing, thanks @huyz – for sure mentioning this (until resolved natively with Swift) in the README should make people appreciate this CLI so much more (it feels broken when you...

Do we need https://github.com/hashicorp/packer-plugin-vmware/pull/95 but for `vmware-vmx`?

It is possible to workaround by modifying the `.vmx` file by hand, like this: https://github.com/twingly/boxes/pull/41/files#diff-4fe8a1eab654c9187ffc929de002763e4733d26df46a5ed11579bedca698d2f6R110-R112

Removing the dependency on webrick here would make this message (https://github.com/sinatra/sinatra/blob/ef00c6a0db0ef31143e529e7e6edddf2d5c99653/lib/sinatra/base.rb#L1607) that Sinatra (in some situations) prints out a bit weird, I guess it could be patched to give even...

If merged and released in a new major version of the `rackup` gem, this could be okay? The [Rack upgrade guide](https://github.com/rack/rack/blob/fd7e0ade3ed8fc82408505f9d6069ee3384da5d1/UPGRADE-GUIDE.md#binrackup-rackserver-rackhandlerand--racklobster-were-moved-to-a-separate-gem) does mention classes were renamed. The guide could be...

Totally agree with that.

@edmorley do you think there's a chance this would be accepted if conflicts were resolved?

Yes, probably. That test is a bit special, as you can see: https://github.com/sinatra/sinatra/blob/319af3a298cb8278670f285b6c02df0fd084615d/test/integration_start_test.rb#L6

Looks like [bake-test-external](https://github.com/ioquatix/bake-test-external) also does things with `BUNDLE_GEMFILE`. I suspect the wrong gemfile is being used.

> It looks like you are using a custom gem file for the child process Exactly