nhoughto

Results 62 comments of nhoughto

Its worth noting that `npm_install` might have problems because of `node_modules` symlinks, but other npm tasks like `run xyz` will work ok (as long as no symlinks). This means you...

fork of this project, https://github.com/node-gradle/gradle-node-plugin worth noting for google visitors that `--no-bin-links` works, but its kind of fighting the framework, if any packages use post-install actions they will likely fail,...

I like the sound of option 1. The 1000 queue scenario is a solution to hazelcast's lack of message selectors, so queues can only really be used for one purpose,...

Looks like its just implemented in core atm? Not the camel component? Or am i missing something? Thanks for the quick attention!

its actually surprisingly difficult to delete a bucket (which i guess is by design?) so would be wonderful if it became a vendor problem and you solve it for me...

We delete buckets _constantly_ its a regular hourly occurrence, this annoys us everyday.

Because we use Terraform (not surprising 😬 ) to spin up ephemeral CI and review app environments to conduct automated and exploratory testing, and the bucket is named after the...

But our terraform definition, which is important to be correct, has N `b2_bucket` resource one for each bucket.. that definition is used in all our environments to provision the environment...

excellent thanks! i imagine the 'dont fail if bucket already destroyed' is easier than cleaning and removing a bucket. 👍