Chris Beck
Chris Beck
I also noticed that nested lists don't format properly. If I wind up using this awesome tool more often, I'll consider a PR. Thanks for doing this project!
Dear AWS, with all due respect, this is "must have" for a large organization that wants to automate onboarding CLI users to https://aws.amazon.com/iam/identity-center/ Meanwhile, I suppose we can use workarounds...
> Meanwhile, I suppose we can use workarounds like `$AWS_CONFIG_FILE` or https://github.com/pixelb/crudini. But feels grodo. I wound up implementing the missing features with `crudini`. In addition to Identity Center, I...
This issue is exacerbated by Kubernetes. When we do our bi-weekly PROD cluster roll (which takes about an hour), we see this error on about 30% of our requests. Our...
> It sounds like you would get what you need via [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), which is available on the [free tier](https://www.apollographql.com/pricing/) of Apollo GraphQL (as well as the paid tiers) >...
@davidpickavance, managed federation is what we want, but at an entry level price of $50k per year, it's outside our budget. It's bundled with a bunch of services we don't...
@ayushnawani, we reverted to a static schema on one of our GraphQL gateways. It's not as bad as it sounds, but it's not optimal. We actually have 2 Backend For...
Would love to see something done. Consider this: in JQM 1.1 you can set `data-ajax` on a container if you set `$.mobile.ignoreContentEnabled=true` in `mobileinit` per http://jquerymobile.com/test/docs/pages/page-scripting.html. Alas, UJS does `form.hide().append(metadata_input).appendTo('body');`...
This saddens me since I'm a big Skipper fan -- been using it for 5+ years. > The question is who will maintain the helm chart? Well...every other K8s component...
@szuecs thank you for the thoughtful response. Now that I've packaged both `skipper` and `kube-ingress-aws-controller` I must say the documentation is _better than I originally thought_. It still took me...