Michael Brown

Results 13 issues of Michael Brown

I'm using Git Bash on Windows 10, Node 12.20.1. I have the Inquirer.js repo checked out at the packages/checkbox folder. If I run `node demo.js` from within that folder, no...

As the title says, when the user puts the JSON in a bad state, e.g. delete an object key in Text mode, the jsoneditor's `onError` event doesn't appear to fire....

I'm unable to insert a blank line in my markdown. I've read through all the issues here, and have tried `\n\n` followed by two spaces and every other possible combination...

Tried several versions of iTunes on my M1 Macbook Pro, but cannot properly access the iTunes store with any of them. Different probs for different versions: * iTunes 12.9.5. Total...

I have an app where I'm using the AJV Validator with this syntax from the Readme: ```javascript import { createAjvValidator } from 'svelte-jsoneditor' const validator = createAjvValidator(schema, schemaDefinitions) ``` It...

question

Test with Lit Element, I've found that the API (`analyzeText` function) does not find prop and event definitions when you extend a class from another class that was imported. If...

What the title says. No updates to the master branch for 14 months. Still no support for Webpack 5, released over 2 years ago. Is this project still a going...

### Description I have PNPM working with the new, experimental symlink support in RN 0.72.3. But it only works for me for a single RN package in a repo. It...

Needs: Triage :mag:

I'm using a combination of this.refs and the getRenderedComponent() call to set the focus on a particular field. This follows the syntax shown on the readme of this project, i.e.:...