Andy Buckingham

Results 9 comments of Andy Buckingham

@marcus-hiles The issue I was experiencing is that in our multi-tenant environment (where we use databases to separate concerns), the same script may need to use multiple different databases and...

Appreciate the concern and also can't offer an "easy" solution, but the two workaround both present issues for me: 1. The dependency is in `shared`, so I'd have to put...

OK, that feels like a reasonable workaround to commit the `.npmrc` in to the shared folder. Not sure if to keep this issue open or not as the underlying issue...

Just to add I can't see an obvious command line flag to tell NPM to look elsewhere for project-level config (which makes sense), so the only way I think you...

I accept this is better being a user land issue, but for reference the way I set this up is that the committed `.npmrc` contains only the reference that `x`...

Having done very similar things myself via plugins, I'd hugely appreciate this becoming part of the core Architect framework. This proposal covers all of my use cases (and more). One...

Just a quick warning RE: S3rver. The project appears to abandoned and I've had problems recently with signed URL uploads from the v3 AWS SDK (but, interestingly, not v2). Objects...

Just hit this issue again where I've got a plugin that starts/restarts S3rver when Sandbox does it's thing, but because S3rver is losing it's state on a restart and my...

Just want to add that I've recently started working on a project that uses SSO, but I am in that situation identified by @ryanblock that I have both an SSO...