Benjamin Pannell

Results 10 issues of Benjamin Pannell

Although the code itself is relatively straightforward, there is a lot of stuff going on in Model. Much of the helpers and handlers have been refactored into their own files,...

enhancement

At the moment we rely on a custom validation toolkit in the form of `skmatc` which serves its purpose well, however it is non-standard and decidedly limited in its ability...

enhancement
investigating
breaking change

Right now the process of updating the API docs involves updating a separate submodule which is then published to the `gh-pages` branch, which introduces a lot of additional commits and...

enhancement
docs

Should detail what is necessary to get a development environment set up as well as the best practices for making changes to the library. So far it basically entails ```...

## Motivation This PR is intended to help resolve an issue with the way that the `#[instrument]` proc-macro handles return values when working with `tracing-opentelemetry`. In particular, this focuses on...

It should be possible to handle USB input devices in such a way as to allow binding of the PTT/PTA/PTI button to a joystick/gamepad button for players who routinely play...

enhancement
up for grabs

Oktyabr has requested that we add the ability to select the audio input device used by Articulate. This will require the use of a library capable of retrieving information about,...

enhancement
up for grabs

### Problem Statement When processing an error which includes a URL like `https://google.com` this library will mark the scheme (and any preceding text) as the error type. ### Expected Behaviour...

bug

Unfortunately it looks like this library doesn't function when run under Node.js. I suspect this has something to do with the way in which you're attempting to patch the `global`...

**Is your feature request related to a problem? Please describe.** When creating new repositories, I would like to be able to specify that the repository is seeded from an initial...

feature