Sergio Campamá
Sergio Campamá
looks like Cognito offers this: https://aws.amazon.com/blogs/security/how-to-implement-password-less-authentication-with-amazon-cognito-and-webauthn/
I noticed the same thing over a year ago, and got this patch on my fork (that I've been a bit lazy to put as a pr, my bad) https://github.com/sergiocampama/grpc-web/commit/ebdf6795c94cbe6867077d98747206b7dff28f6a
hadn't read that blog post before, wondering if this was an avenue explored and discarded for some reason
Yeah, just did, the downside of this is that it requires the property to be an optional, do you know why? If there's a default value, shouldn't it be non...
that's only a convenience if you're using it in the same module, if you are exporting it you still need to create an initializer for it, where you can choose...
I'm also seeing this error: ``` /src/github.sh: line 15: null: unbound variable Total modifications (additions + deletions): /src/labeler.sh: line 49: [: : integer expression expected /src/labeler.sh: line 51: [: :...
My setup is ``` pr-size-label: runs-on: ubuntu-latest steps: - name: pr-size-label uses: codelytv/pr-size-labeler@v1 with: xs_label: XS xs_max_size: '10' s_label: S s_max_size: '100' m_label: M m_max_size: '500' l_label: L l_max_size: '1000'...
sorry for the late reply. I think this support brings in too many dependencies for the benefit we get. What do you all think on creating a runner interface similar...
Right, I was thinking something similar to what @ob did in https://github.com/linkedin/bluepill/pull/327, this repo can be added as you mention through a WORKSPACE dependency, and then added to `ios_application` through...
It'll be similar to the AppleTestRunnerInfo, in which there's a template file that accepts a substitution to the bundle or archive (depending on whether tree artifacts outputs have been enabled)