Thomas Cannon

Results 29 issues of Thomas Cannon

It looks like this error has resurfaced (albeit in a different location): https://github.com/doctyper/flexie/pull/12 I've ran into the exact situation presented in the Pull Request (if there's an element in the...

This issue is to kick off a project discussed in the Inkle discord with @ephread: writing a specification for Ink runtimes. # Reason Right now, building an ink runtime requires...

* Move `ink_JSON_runtime_format.md` into `archive`; will be replaced with a formal runtime specification * Add note about incomplete nature of runtime specification * WIP: documentation stubs for runtime-specification * Needs...

1. Added https://github.com/covermymeds/rubocop-thread_safety to help identify thread safety issues 2. Updated `.rubocop*` to remove errors & warnings so that Rubocop would run 3. Enabled `ThreadSafety` checks for Rubocop, ignoring `spec/**/*`...

This fixes #350, which pointed out a bug in certain browser/device combinations that allow bypassing the user's PIN if the `user_verfication: true` flag is not set. https://hwsecurity.dev/2020/08/webauthn-pin-bypass/

This could solve the issues outlined in #306, where users want to specify the addresses they listen to on `puma-dev`. `-listen-address` defaults to `127.0.0.1`, and `-install-listen-address` to keep existing behavior....

I've updated the original Docker Pull request (https://github.com/JoFrhwld/FAVE/pull/40) to - work with the latest version of the repo - Explicitly set the platform to `linux/arm64`, since the builds break on...

* Add links (with notes about alpha status) to the README to the: * `warden-webauthn` gem * `devise-passkeys` gem * `devise-passkeys-template` template Repo * Also reorganized the demo repos from...

Hey there! With the move towards passkeys (through the FIDO Alliance, Apple's OS updates, Windows Hello, etc.); I think it would be extremely useful for the larger Ruby community to...

Rename Devise::Strategies::Authenticatable => PasswordAuthenticatable * To begin the process of refactoring Devise to support passkeys (https://github.com/heartcombo/devise/issues/5527), we need to decouple authentication from being specifically tied to passwords. * The first...