Owen Bickford

Results 10 issues of Owen Bickford

PortMidi works well on my host, but it's not functional on my Nerves RPi. I get this error when I try **PortMidi.devices** on the pi: `{:load_failed, 'Failed to load NIF...

bug
platform:nerves

## Problem I have been using PHP ETL and the Parallel extension's functional API to ingest large CSV datasets. It has been reliable and fast, but there can be several...

I have been on a team using Broadway this year to build an ETL application for migrating data from MSSQL tables into Postgres tables. With a custom Tds producer, this...

Kind:Feature

**Description** When a Flop table has no rows in the table body, there is no messaging about empty contents. Although, `:no_results_content` is listed as an option, it appears to have...

As of v0.6.0, WebauthnComponents can be used to easily scaffold Passkey authentication in **new** Phoenix apps. For existing applications with password-based authentication or 0Auth, more extensive documentation is needed.

documentation
help wanted

Often, a user may want to register additional keys after creating an account for backup or survivorship purposes. The Passkey package should provide an API for registering additional keys when...

enhancement

## Acceptance Criteria - [ ] Must add `:telemetry` as a dependency - [ ] Must emit events from `PasskeyComponent` - [ ] May remove calls to `Logger` ## Instructions...

enhancement
infrastructure

`LiveView.attach_hook/4` may allow for some code in the generated LiveView modules to be streamlined. https://hexdocs.pm/phoenix_live_view/0.20.0/Phoenix.LiveView.html#attach_hook/4

enhancement

### Problem Statement I am attempting to write tests for a controller that uses the Ueberauth plug and implements a `callback/2` function. After digging through documentation for Ueberauth, Plug, and...

### Problem Statement After quickly adding a Google OAuth integration via `ueberauth_google`, I attempted to write a test for the callback controller and ran into a few errors: - `csrf_attack`...