-
Seen here: https://app.circleci.com/pipelines/github/mozilla/experimenter/39997/workflows/cef71fb3-6850-4453-91a4-252e37dfb32c/jobs/195683
```py
_____________________ test_fetch_schedule_recipes_succ…
-
When I try to call
`mix deps.get`
I can't install dependency and I see an error:
```Running dependency resolution...
Dependency resolution completed: …
-
### Link to the code that reproduces this issue
https://github.com/mswjs/examples/pull/101
### To Reproduce
1. Clone the repo, check out the PR's branch.
2. `pnpm install`.
3. `cd examples/with-n…
-
### Goals
* Replace the fake document data with real data in the DocumentCollectionView component across multiple files.
### Tasks
- [ ] Update DocumentView.jsx to use real document data inst…
-
So the data right now lives on a local Opensearch cluster. It should not directly fetch data from this cluster, but it should fetch it from a Raider.io API. Since this API does not exist yet, create a…
Wotuu updated
2 months ago
-
This might be a tricky corner case where this add-on and next/router don't play nicely, but just in case...
The system I work on heavily uses the ability to set up internal APIs as part of the Next…
-
I want to make use of https://github.com/JohnAlbin/storybook-addon-fetch-mock/blob/a9367b1b096c6ffb08fb2e9947deef2f34f15ad3/src/typings.d.ts to type my stories but it doesn't look like it's exported f…
-
## Bug Description
An error was reported with the following stacktrace:
```
generator didn't stop after athrow()
File \"/app/connectors/es/sink.py\", line 365, in run
await self.get_docs(ge…
-
If I use `import:` in esmock to mock a global it messes up the coverage report. At least it does when run with `c8 mocha`. I constructed a minimal test scenario for it below:
Here's an example sour…
-
## Is your feature request related to a problem? Please describe.
auro-avatar uses the old `XMLHttpRequest` method. This is probably fine for end users since modern browsers still support it, but i…