-
Testing the latest change from version 8.1.9 to 8.2.0 we detected some unexpected change of behavior in the output of our scripts working with zx. I tried to reproduce the observed behavior in the fol…
-
### Description
I've observed an issue where data corruption occurs when using a certain pattern to read and process the stream from HttpClient.Content.
The pattern involves using a buffer to read a…
-
# Frontend 1
Inherits from #41
## General Page Overview
## What is the My Reviews Page?
- **Table of Reviews**
Displays details for each review:
- `id`, `item`, `station`, `stars`, `r…
-
1. Connect to device.
2. Get some characteristics. Register for StartUpdatesAsync
3. Call await StopUpdatesAsync or
await disconnectFromDevice
## Expected behavior
No more updated (or dis…
shayo updated
7 years ago
-
**What is the problem? (Here is where you provide a complete Traceback.)**
Given a resource tagged with `BaseTag` and `ChildTag` inheriting from `BaseTag`, a component cannot remove `BaseTag` clas…
-
### The purpose and use-cases of the new component
Purpose: Provide a way to perform synthetic browser testing, such as loading web pages, synthesizing clicks, and ensuring browser flows work as ex…
-
## Your Environment
* Plugin version: 4.17.6
* Platform: Android
* OS version: 11, 12, 14,
* Device manufacturer / model: VIVO v29(AV=>14), OPPO A79(AV=>14)
* React Native version (`react-n…
-
When repository.createIndex is called multiple times concurrently, it might throw an exception `[ErrorReply: Index already exists]`. This happens when test runner run app init code concurrently.
A…
-
I am running basically the same code as the examples, but some of the request will successfully return data but some will fail. This is the code I have:
```
async function getPoolInfo() {
conso…
-
I see `onBodySent` hook was removed here https://github.com/nodejs/undici/pull/3878
We use the `onBodySent` hook, we use it to "await" the request until the data was sent on the socket, then we jus…