KlarkC
KlarkC
There are more incorrect runtimeConfig configs in the clients packages, but I fixed only the few that was blocking me of using cognito sdk
@mdhelaluddin-ctg-bd in https://github.com/aws/aws-sdk-js-v3/pull/2491 I solved only the occurrences in `@aws-sdk/credential-provider-cognito-identity` and `@aws-sdk/client-cognito-identity` packages
I found a workaround to do this with yaml using anchors in a less verbose way, here is an example: ```yaml --- ci: assert: assertMatrix: - matchingUrlPattern: ^https?:\/\/.*\/(?!checkout|store).* preset: &preset...
Check this workaround: https://github.com/GoogleChrome/lighthouse-ci/issues/208#issuecomment-784501105
The bug still occurs, the @ecmel workaround works Another way, to disables the width parameter by default: ``` php $.fn.select2.defaults.set("width", null); ```
Atualizei o repositório, agora já existe uma versão funcional do emulador.
Vou deixar meu pitaco, Polymer :D se for com ele eu posso contribuir mais. https://www.polymer-project.org/1.0/ Deem uma olhada em vários componentes já criados que lidam com mapas: https://customelements.io/search/maps Esse aqui...
@evansantos então, me parece que o firebase é interessante justamente por não depender de uma estrutura física, então a própria comunidade se gerencia no tocante ao armazenamento dos dados. E...
Nomes aleatórios que me veio na mente: iworkhere myplace justwork bestplace calmhere dohere
I discovered that the number of testing repos was causing a lot of trouble in tests with timeouts, so I wrote the clearRepo function that basically clear all test repos...