Lee Skillen

Results 36 comments of Lee Skillen

Hello! I work at Cloudsmith. :-) Small correction is that it's $89 flat pcm, not per user, at Cloudsmith. Happy to help with questions!

> Hi there @lskillen, does Cloudsmith's artifact management solution offer a free plan for technical open-source scientific projects like PyBaMM? The reason I ask this is because I found this...

@goodwinnk Hello! Please feel free to consider [Cloudsmith](https://cloudsmith.io) for packaging. It's commercial, but offers generous free tiers and is also _very_ free for open-source (with 100GB of storage, and 1TB...

@lfrodrigues It's [already there](https://github.com/chef/chef-provisioning-aws/blob/cab3dd66443cca524c53f887c10466ea9f4d9888/lib/chef/provisioning/aws_driver/driver.rb#L1224-L1230) (link shows code), although not as an ~~attribute~~ property on the resource - You just need to add `source_dest_check: false` into your machine_options, e.g.: ``` machine...

@lfrodrigues You've got `:source_dest_check => true` there, should that be `:source_dest_check => false`? You're trying to _disable_ source/destination checking, right? :wink: I tried it here with an existing instance and...

You're right, I had a look at the code again and it seems like it only gets applied when the instance is first allocated (which is a shame) - Thinking...