Results 11 issues of Kevin Dice

As of January, `hyper` is no longer maintained: https://github.com/python-hyper/hyper/commit/b77e758f472f00b098481e3aa8651b0808524d84 The readme recommends switching to httpx

The following code fails on `jsx-a11y/label-has-associated-control`. Changing `id` and `htmlFor` to string literals results in a pass. ``` const DotfilesCheckBox = (props: Props) => { const { id, showDotfiles, toggleDotfiles...

When a project-wide default_auto_field is set, we get `manage.py makemigrations` attempting to generate a migration within Joyous. This line, added in September yet unreleased, fixes the problem: https://github.com/linuxsoftware/ls.joyous/blob/master/ls/joyous/apps.py#L7 Could we...

### Reasons for making this change For the material-ui theme, the TextWidget supports feeding in extra props, but the SelectWidget does not. They use the same underlying TestField component. If...

## Summary This PR fixes an inconsistency between `useResolvedFontFamily` and the documentation & examples. To use a custom font, the documentation suggests that a property needs to be added to...

I'm working with an Nx monorepo of React Native apps and would like to modify this tool to support running the global cleanup commands once while running the app-specific cleanup...

When trying to use this package, I notice that the classes, id's and attributes are not being output with the HTML. With this code: This: ``` javascript var jade =...

## Description It wasn't immediately obvious where `AttestationFormat` came from. In this PR, I've update the webauthn+yubikey configuration docs snippet to include an import for it. ## Motivation and Context...

Using `[email protected]` from create-react-app, I was able to use the `craco` package to inject the route-loader into the Webpack configuration like so: ``` const path = require('path') const routes =...