Mark Woon
Mark Woon
I'm using v9.10.1 and getting `TypeError: fetch-mock: Unrecognised Request object. Read the Config and Installation sections of the docs`. I've isolated it to a combination of using AbortController + node-fetch...
It would be nice if .confirm() and .prompt() could return a promise instead of having to provide callbacks.
Would it be possible to add support for Illustrator (.ai) files?
**Bug** - `package` version: 1.1.5 - `node` version: 12.14.1 - `npm` (or `yarn`) version: yarn 1.21.1 Relevant code or config ```javascript import React from 'react'; import {render} from '@testing-library/react'; function...
## Description Popup for element with `position:fixed` is positioned incorrectly if a step scrolls down the page. This was working fine in 4.1.0. I'm seeing this problem in 4.2 and...
I'd like to get away to add synonyms for programs. Example: I'd like to alias "Cisco AnyConnect Secure Mobility Client" to "vpn" so that I can type "vpn" and still...
This Illustrator file ([Oxycodone_PK.zip](https://github.com/j256/simplemagic/files/1839519/Oxycodone_PK.zip)) is not being detected as such. I'm not quite sure how this file got into this state. I'm guessing that it started life as a PDF...
In pssuedo-code: ``` customData.set("foo", "something"); customData.save(); assertEquals("something", customData.get("foo")); customData.set("foo", null"); customData.save(); assertNull(customData.get("foo"));