Aung Kyaw Paing

Results 23 issues of Aung Kyaw Paing

[Chucker](https://github.com/ChuckerTeam/chucker) has ability to hide header content that has sensitive data.

enhancement

If the payload is binary, instead of omitting it, it would be nice to allow to save it as file onto user selected directory

enhancement

We should have test for stuffs like json formatting, xml formatting, anything that related to format, and other part of the library as well.

enhancement

[Chucker] has the ability to query for text inside response body. Would be nice to clone this feature as well.

enhancement

Steps to reproduce - Create a file named "test.txt" - Zip the file and name it "Zip A.zip" - Create another file name "Test.txt" - Zip the file and name...

`ViewHolder` has function that can get its position through `adapterPosition`. However on rare cases, user scroll, `adapterPosition` could return `RecyclerView` could return `NO_POSITION`, which is a `-1`. To safely use...

Waiting for clarification

Say I want to test whether the view's displayError is actually called when the observable emits an error. How do I do that? I've been trying to write test codes...

- [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is solid. - [x] Match the **code formatting** of the rest...

## Definition The type for `customData` is set to `AnyDataType` (Ref:https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution/blob/master/src/index.d.ts#L74), ```ts type AnyDataType = | string | boolean | number | null | undefined | AnyDataArray | AnyDataObject; ```...

Fixes #709 I've tested locally by changing the type manually within `node_modules` folder but you might want to run an e2e or integration test to confirm it doesn't break anything.