Alix Lourme
                                            Alix Lourme
                                        
                                    > I'm just not sure how pointing to https://docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html would be helpful? IMO, the CloudWatch logs is easy to access from Monitoring Tab (and not sure than [Lambda Insight](https://docs.aws.amazon.com/lambda/latest/dg/monitoring-insights.html) can...
> However, the implementation of no_proxy in that PR only seems to cover exact hosts, but not domains or ports (see discussion in https://github.com/tomas/needle/issues/383), so not sure that'll fix the...
As workaround, if you doesn't want display the *jumbotron* banner, you could fill as banner description in configuration (`http://hostname/piwigo/admin.php?page=configuration§ion=main`) : ``` var jumbotron = document.getElementsByClassName('jumbotron')[0]; jumbotron.style.visibility = 'hidden'; jumbotron.style.paddingTop =...
It is currently not possible with **puppeteer**, see [1778](https://github.com/puppeteer/puppeteer/issues/1778) (and [4451](https://github.com/puppeteer/puppeteer/issues/4451)) ; prerequisites for *docsify-to-pdf-converter* IMO.
Otherwise, error during sample apply: ``` $ kubectl apply -k . --prune --selector app.kubernetes.io.name=dockercoins error: no objects passed to apply ```
**Workaround**: Using [Extended Authentication](https://dmp.fabric8.io/#extended-authentication) (`com.amazonaws:aws-java-sdk-core` as dependency) and overrides `AWS_CREDENTIAL_PROFILES_FILE` environment variable is working fine ([DefaultAWSCredentialsProviderChain](https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.java#L46-L52) includes [ProfileCredentialsProvider](https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/auth/profile/ProfileCredentialsProvider.java#L131) where override is possible due to [CredentialsEnvVarOverrideLocationProvider](https://github.com/aws/aws-sdk-java/blob/77c63fe308907d75d35a331be6e866a2e83c1258/aws-java-sdk-core/src/main/java/com/amazonaws/profile/path/cred/CredentialsEnvVarOverrideLocationProvider.java#L34)). => If CI integration provides...
Nice contribution 👍 ! Would be nice if could be added !
@yahavi Is it possible to have an ETA (future 2.x version linked) on this pull-request 😊 ? Or if any update should be done ?
**WARNING**: When season start and no mercatos achieved in any leagues, no transactions done so **auction = 0** for all players (The metric of last season/year is not used) =>...
> WARNING: When season start and no mercatos achieved in any leagues, no transactions done so auction = 0 for all players (The metric of last season/year is not used)...