Fran R

Results 12 comments of Fran R

@jferris thanks for the info. Can you explain what "role-skip-session-tagging" is supposed to do (and why it's required to skip it in the chain)?

If you arrive here because of AWS lambda runtime issue I would recommend doing the following: * Use the [Serverless Framework](https://serverless.com/) and the [serverless-python-requirements](https://github.com/UnitedIncome/serverless-python-requirements) plugin to build and deploy your...

At this point I don't understand why it doesn't behave the same way for functions.[*].module but for layers.[*].path: https://www.serverless.com/framework/docs/providers/aws/guide/layers What I mean, is if the layer referenced in layers has...

The flaw is in the way the `getRunnableMigrations` is calculated: https://github.com/rickbergfalk/postgrator/blob/master/postgrator.js#L211-L234 It only checks for the versions higher than the latest applied. If should also check for files that have...

Is there any recommended workaround from argocd peeps to achieve the same kind of idea as what @marcofranssen is describing. Instead of saving values in config maps, is there an...

Could someone share how their ingress config are set working with `X-Auth-Request-Email`? I explained what looks to be a really similar issue on https://github.com/oauth2-proxy/oauth2-proxy/issues/2337

Release link: https://github.com/atom/atom/releases/tag/v1.55.0

This feature would be really appreciated. And for the question above, the hack works today because that's how lambda loads libraries but it requires to commit a lot of unnecessary...

If you want to pull the latest version (by taking it from https://hub.docker.com/r/linuxserver/plex/tags?name=version ): ``` LAST_PLEX_VERSION=`curl -L -s 'https://registry.hub.docker.com/v2/repositories/linuxserver/plex/tags?page_size=10&name=version' |jq -r '."results"[]["name"]' | grep '^version' | head -n 1| cut...