Mike Burns

Results 17 issues of Mike Burns

We ran into a production issue with this plugin that appears to be caused by the issue first reported in #36: 1. Deployed an update introducing this plugin 2. Deployed...

I'm working on a Vue/Gridsome project that utilizes this library for search. We have some very lengthy docs that were causing client-side indexing to take a while (and blocking search)....

I'm trying to set up the following path aliases in my `tsconfig.json`: ```json { "compilerOptions": { "baseUrl": "src", "moduleResolution": "node", "strict": true, "forceConsistentCasingInFileNames": true, "jsx": "preserve", "paths": { "@src/*": ["*"]...

I'm attempting to use the experimental `optimizeDeps` feature to bundle dependencies. Here's the relevant excerpt from my `package.json`: ```json "dependencies": { "@use-it/event-listener": "^0.1.7", "classnames": "^2.3.1", "lodash": "^4.17.21" } ``` Here's...

We're attempting to set up an ACF field group on a taxonomy term with a Relationship field and are seeing inconsistent results than what we observe when attached to a...

[nginx-proxy](https://github.com/jwilder/nginx-proxy) supports multiple virtual hosts, including the use of a wildcard, e.g: ``` VIRTUAL_HOST=skelams.ups.dock,*.skelams.ups.dock ``` Wildcard subdomains, however, are not supported in the Ups Dock Dashboard: ![image](https://user-images.githubusercontent.com/1508604/74070883-43ef4180-49d0-11ea-9432-6daafe763560.png) Clicking on the...

bug

enhancement
help wanted

Current workflow for starting new projects involves manual copy-and-paste from the examples directory / existing projects. There's a better way...

@NathanHass Has been using this one a bunch: ``` const resizeImages = async function() { const sizes = [ { width: 320, quality: 0.9, suffix: '' }, { width: 640,...

enhancement

The test files are needed for this repo, but not by projects scaffolded from it. The end result is failing TravisCI builds as soon as any updates are made.

bug