Gonzalo R

Results 34 issues of Gonzalo R

`CBOR.decode` can raise several error types when fed with invalid cbor input. ```ruby require "cbor" require 'securerandom' errors = {} 1_000_000.times do |i| begin CBOR.decode(SecureRandom.random_bytes(64)) rescue => ex errors[ex.class.name] =...

Depends on https://github.com/cedarcode/cose-ruby/issues/48.

type: feature request
area: registration verification

Mostly follows recommendations in https://github.com/josevalim/phx_esbuild_demo/pull/3. Pending: - [x] Make clear how to run `mix test` and being sure assets are up to date or being watched - [ ] Adjust...

uses https://github.com/cedarcode/webauthn-ruby/pull/296

Makes more sense for a passwordless login

A (naive?) workaround for #577. Opening as draft at least to show where I landed when troubleshooting the issue.

``` == Compilation error in file lib/candlex/native.ex == ** (Protocol.UndefinedError) protocol Enumerable not implemented for nil of type Atom (elixir 1.15.7) lib/enum.ex:1: Enumerable.impl_for!/1 (elixir 1.15.7) lib/enum.ex:166: Enumerable.reduce/3 (elixir 1.15.7) lib/enum.ex:4387:...

closes #18 Intentionally only migrated with the same versions. Updating elixir/otp versions might need some extra updates, maybe in separate PRs. --- Thanks for building this package, was useful for...