tleish

Results 40 comments of tleish
trafficstars

I tried updating to the following: ```diff apiVersion: v1 kind: Service metadata: annotations: service.beta.kubernetes.io/aws-load-balancer-alpn-policy: HTTP2Preferred service.beta.kubernetes.io/aws-load-balancer-backend-protocol: ssl service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "60" service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true" service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:..... service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "443" - service.beta.kubernetes.io/aws-load-balancer-type: nlb + service.beta.kubernetes.io/aws-load-balancer-type:...

I removed the LoadBalancer and re-applied, still same results. The `aws-load-balancer-controller` is never deployed (neither when the NLB with the original configuration, or the new configuration).

I'm interested in this also, although I see the API as an "inline" solution (not assets pipeline). Here's what I'm thinking. 1. Add per request caching to getting svg files...

FYI, others are interested in this also. see: https://twitter.com/_swanson/status/1336783159460028421

FYI, I'm interested in this. I originally built an application with falcon and async-http. However, after hitting roadblock with mocking client requests I ended up switching to goliath and em-synchrony/em-http....

I have a server where some API endpoints send outbound API requests. After writing the code, I want to be able to have automated tests which calls the API endpoints...

@bblimke - I was going to report this issue last November, but found the issue was reported here: https://github.com/bblimke/webmock/issues/858

We use Gitlab. The complaint I'm getting my team is when they push a single commit, they get multiple emails (an email per issue reported by a pronto library, since...

@ivanovaleksey - we use Slack also, but have not integrated it with Gitlab. In your setup, does gitlab send the notifications to your personal slack, or to a shared slack...

I agree for something like Brakeman for strong security purposes. But for more opinionated static styling analysis, it can be considered more opinionated and "suggestions" rather than "failures". For failures,...