-
**Describe the bug**
I came across a response from the government cloud (I tried to initiate an RTR session), and the response was as follows:
**Status code**: 403
**Content type**: text/plain
**C…
-
This is second part of the following ticket: https://github.com/MetaMask/snaps-skunkworks/issues/574 (Teardown can be escaped by late returning promises)
It is left to wrap up response body streams…
-
## "Mock" routing API
For the tests that involve routing we should mock the external API response. That would allow for better testing of (for example) the time label.
It's also indepentent of the A…
-
Hi. First of all, thank you for this fantastic application! I'm working on some BitTorrent projects, and this application has been very useful for us.
I'm using the application mainly to **generate…
-
## User Story or Problem Statement
For VFS teams getting started with a new backend or using a new API within an existing backend, a common issue is that backends have little or inaccurate documentati…
-
Pretty cool so far, just api-mock doesn't understand schema and will send a response regardless of the schema.
```
### Method [POST]
+ Request 200 (application/json)
+ Schema
{
…
-
I wish to knwo if there is any way to mock the CaptureDevices (CaptureDeviceList).
I need that to test several code, that relays on the detection of the devices, but, i can't make a mock or substi…
-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [ ] Example that reproduces the problem uploaded to Github
- [ ] Full description of the issue provided (…
-
For our own debugging, it is useful to have one stream to write debugging to, if there is no logging (https://github.com/bskinn/stdio-mgr/issues/43)
This is also useful if a program is only expecti…
-
I have ScreenModel and StateScreenModel like this:
```
class ListScreenModel : ScreenModel {
val items : List
get() = (0..99).map { "Item #$it | ${UUID.randomUUID().toString().substr…