Luis Landeiro Ribeiro
Luis Landeiro Ribeiro
https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Operators/typeof ```javascript key: 'show', value: function show(index) { var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; // If all slides are already visible then...
Hi @nicksteele, This issue is still happening on master tested with version (github.com/duo-labs/webauthn v0.0.0-20220330035159-03696f3d4499), We are testing with remote https proxy and not localhost. The offender seems to be: protocol/client.go:93...
reduced ``` class Foo @callback : Proc(Bool?)? = -> {} end ``` Error in line 2: instance variable '@callback' of Foo must be (Proc((Bool | Nil)) | Nil), not Proc(Nil)