Tim Downey

Results 37 comments of Tim Downey

@smortime, your Country or ISP may be blocking ChedCode due to its questionable legality. See: https://github.com/cmaron/CS-7641-assignments/issues/24

We're running into this issue when trying to run our [Postfacto retro board](https://github.com/eirini-forks/postfacto-release) app. It fails with the following: ```ruby 2023-07-20T21:52:22.57-0600 [APP/] OUT => Booting Puma 2023-07-20T21:52:22.57-0600 [APP/] OUT =>...

For what it's worth, I'm thinking of trying out an approach similar to this [chmod buildpack](https://github.com/anthonydahanne/chmod-buildpack) as a workaround. Unless you have better ideas @dmikusa ?

Hmm @robdimsdale I may have misunderstood what you said, but making those changes in the app repo prior to pushing doesn't seem to have an effect. I ended up forking...

@vito is the bosh-deployment-resource _actually_ maintained by CF (as in a team is responsible for it) or is it maintained by @drich10 as a side-project and he happens to be...

@ericpromislow > should we fork this somewhere then? We'll need to have a team discussion about_if_ this is something we both want to and have the bandwidth to take on....

@vipinvkmenon is this working for you now? I'm going to close this issue, but if it's still broken please let us know.

> Another options is to be more aggressive and remove this entire check, however I'm not sure if there is still a k8s usecase for this. I don't think there...

@moleske regarding the database migration you mentioned. I think you may need to leave the `vip_offset` column on the routes for some time, otherwise it might cause route creation/update failures...

@mike1808 for the networking scaling experiments it didn't impact it much since we only cared about app workloads running and being able to serve traffic. In production / production-like environments,...