John Hunter

Results 14 issues of John Hunter

This may not be an issue with `optimize-css-assets-webpack-plugin` itself. On upgrading from `5.0.4` to `6.0.0` webpack builds fail due to a missing `postcss@8` dependency. This is odd because it is...

`typescript` and `@types/react` are included as peerDependencies although they seem to be optional. I don't use Typescript and don't want to install them. But `npm install` raises warnings for these...

Fixes #14 It adds a `useAriaCurrentAttr` option so that an anchor matching the `activeKey` will have an `aria-current="page"` attribute (see [more details here](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current)). **Example Nunjucks navigation rendering:** ```nunjucks {{ collections.all...

## Steps to repro 1. Use the scaffold `npm init @open-wc` 2. Select a new application using TypeScript 3. Add a snapshot test to the generated test suite ## Expected...

### Describe the bug When Proxying to a WebSocket service in local development the socket connection can rejected by the server as the `Host` and `Origin` header values do not...

has workaround
p2-edge-case

### Description fixes #16557 For `ws` proxying, this PR updates the request Origin header to match the target Host value. This resolves an issue where proxying to an [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455#section-10.2)...

has workaround
p2-edge-case

### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce 1. `git clone [email protected]:arqex/react-datetime.git` 2. `cd react-datetime` 3....

_Eleventy versions: 0.12.x .. 1.0.x_ Minimal reproducable case: https://github.com/johnhunter/test-eleventy-load When we have two top-level pages and one page in a sub-directory ``` index.md contact.md about/index.md ``` They all share a...

bug

When Eleventy 2.0.0 release is imminent we need to: - [ ] Verify eleventy-load works with the new version - [ ] Fix and add test mocks if 11ty plugin...

chore

Eleventy 1.0.0 introduced [custom template extensions](https://www.11ty.dev/docs/languages/custom/) that can process any file type (sass processing is given as an example). This feature may provide an alternative to eleventy-load, or opportunities to...

documentation