Matthew Hembree

Results 36 comments of Matthew Hembree

If you stumble upon this in 2021, reference this [comment](https://github.com/libimobiledevice/libimobiledevice/issues/922#issuecomment-642245254). I am trying to use [MVT](https://github.com/mvt-project/mvt/). TL;DR: `idevicepair unpair` then `idevicepair pair`. No need to change the permissions on `/var/db/lockdown`.

This would be useful for development. We use Tilt and each developer gets a namespace. There is a similar use case for review apps (per PR/MR).

I've looked at this, but never had the chance to implement this. It might be useful for others in the interim. https://github.com/jicowan/fargate-operator Be mindful of limits: https://docs.aws.amazon.com/eks/latest/userguide/service-quotas.html#sq-text

I feel that erroring on existing stack name would be a decent enhancement. Background: I am migrating applications from AWS SAM and encountering name collisions. In the meantime, I'll just...

Easy/integrated port forwarding over the SSM channel would be nice. Something along the lines of this: https://stackoverflow.com/a/67641633 Edit: And a way to disable it via the manifest. Similar or exactly...

Adding generic pre/post hooking to stages/jobs would be nice. Pre/post for deployment. Certainly pre/post for tests (e.g. `pre_test` to run migrations).

Hi @efekarakus ! I'm am using v1.19.0. You are correct that it works. I checked again. What I think is happening is the command only succeeds if the initial deployment...

I wonder if Podman is the best target or if something like Colima or Rancher Desktop would be a better direction. My team also uses AWS SAM and there are...

My use case: I'd like the ability to add a listener rule to block a certain path. The ability to add a listener rule with a rule condition to restrict...

Hi @iamhopaul123 . I'm not following what you mean. I want to add a listener rule, but I need the ListenerArn: ```yaml Type: AWS::ElasticLoadBalancingV2::ListenerRule Properties: Actions: - Action Conditions: -...