yulius-take2
yulius-take2
### Describe the bug EKS uses the token based credentials to exchange the token w/ the key/secret pair. We were seeing random high latency of up to 5 seconds when...
I would like to add a stack trace to the metadata only if `lager:error()` is called. I'm trying to use the dynamic metadata but since the function has zero arguments,...
In the code referenced here, add the aws request id https://github.com/DataDog/dd-trace-go/blob/c92a84c045f7837b5bbdd34dc96a40ed4915c46c/contrib/aws/aws-sdk-go/aws/aws.go#L80 `span.SetTag(tagAWSRequestID, req.RequestID),` where `tagAWSRequstID` is defined as `aws.request_id`
When the React renderer draws a table, it doesn't draw the table right to left properly based on the content. Example can be seen at the bottom of the page....
It appears that invalid pem_decodes aren't handled properly. The case for [] is not handled. https://github.com/artemeff/jwt/blob/master/src/jwt.erl#L333-L340 errorContext: child_terminated reason: {{case_clause,[]}, [{jwt,pem_to_key,1, [{file,"/build/_build/default/lib/jwt/src/jwt.erl"}, {line,323}]}, {jwt,jwt_check_sig,4, [{file,"/build/_build/default/lib/jwt/src/jwt.erl"}, {line,235}]}, {jwt,check_signature,1, [{file,"/build/_build/default/lib/jwt/src/jwt.erl"}, {line,174}]}, {jwt,reduce_while,3,...
It appears the content inside tabs are not indexed. I'm unable to search for content in `tab[1-3].mdx`. https://docusaurus.io/docs/markdown-features/tabs ``` import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import Tab1 from...