Scott McIntyre
Scott McIntyre
For more complex mocks, parrot supports passing a function as the body, which can be matched against the request object to return different responses. See: https://github.com/americanexpress/parrot/blob/main/packages/parrot-core/src/utils/resolveResponse.js#L31 There are use-cases where...
Closes #461 This PR adds the `license` key to the package.json https://docs.npmjs.com/cli/v9/configuring-npm/package-json#license The "Unlicense" value is from the SPDX license list: https://spdx.org/licenses/ Adding the license to the package.json improves support...
# 🐞 Bug Report ## Describe the bug one-app-dev-cdn uses fetch to load the remote module map from `moduleMapUrl` but doesn't check that the fetch was successful before parsing the...
# 🐞 Bug Report ## Describe the bug The `title` prop for ModuleRoute is defined here and used in an example but is not in the list of props for...
# 🐞 Bug Report ## Describe the bug When one-app is killed by SIGKILL, a message is printed that says "Error: Error running docker. Are you sure you have it...
# 🐞 Bug Report ## Describe the bug @americanexpress/one-app-bundler is dependent on [email protected] which is six years old and has security vulnerabilities. ## To Reproduce Run `npm ls glob-parent` from...
# 🐞 Bug Report ## Describe the bug Per PR #474, one-app-runner-test waits 200,000 ms for the server to start up before exiting. That is 3.33 minutes which seems excessive,...
# 🐞 Bug Report ## Describe the bug On the initial render of a component using fetchye, the returned values are: ``` {data: undefined, error: undefined, isLoading: true} ``` Then...
Using "last 2 versions" only includes Safari 17.1 and 17.2. This excludes a bunch of older Safari versions that still have decent usage percentages. For instance, iOS Safari 16.6-16.7 has...