Ken Lyon

Results 9 issues of Ken Lyon

I am trying to add a babel plugin to the jest configuration for my cra app. My config-overrides file is exporting the advanced syntax: ``` module.exports = { jest: (config)...

Our customers are confused that our Markdown parsing is inconsistent with the Live Demo. I am too, as I was hoping it would be an accurate equivalent to our use...

Input: `\(c\)` Expected HTML: `(c)` Actual HTML: `©` Escaping the character(s) _between_ the parentheses does prevent the replacement. This seems the wrong way around to me.

### Describe the bug When my app attempts to dynamically import something via a Web Worker, the request has the `static/js` part of the path repeated, resulting in a 404...

needs triage
issue: bug report

### Basic info: - **Node.js version:** v10.15.3 - **jsdom version:** 15.1.1 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const { XMLSerializer } = require("w3c-xmlserializer"); const inputXml...

parsing
serialization
x(ht)ml

Every so often our tests fail due to trying to start a listener for a port that is in use. It's that time between the first listener stopping and the...

I've encountered an error unzipping an archive that appears to be a special case. I'm actually using `gulp-decompress` but the cause appears to be in this module. **Symptoms:** 1. One...

bug

I want to combine two existing PDFs into a new document. When I try this, two of the pages are missing. I can see that the document returned by PdfReader.Open()...

enhancement
support

I have some code that dynamically loads the locale for use with the `date-fns` library: ``` const localeObj = await import(`date-fns/locale/${locale}/index.js` ``` I was able to use `vite-plugin-dynamic-import` to get...