-
Hi, I'm trying to mock react-native-sound and make my component testable.
I'm able to mock the library with a custom mock, but I cannot get my `sound` variable available in the callback after init …
-
Macros will introduce augmentation libraries; what changes are needed to widely-used generators so that they continue to work?
The analyzer exposes new API that will need to be used in some cases, …
-
#### What are you trying to achieve?
I'm trying to validate REST response with JSONSchema and get all mismatches and errors that appear while validating.
#### What do you get instead?
I'm get…
-
It would be nice to have an example with `@ngrx/store`
-
## Is your feature request related to a problem? Please describe.
Say that a PR was submitted. Right now, there is no way of verifying that the code will work properly, or that it won't break existin…
-
Thank you for creating a good package. I am using a custom http client. If I write the test code as below, it is working good.
```golang
func createHttpClient() *http.Client {
httpClient := &h…
-
#### What are you trying to achieve?
Set download options in firefox similar to what we can do with chrome. See yaml below.
#### What do you get instead?
Options are empty in firefox browser when…
-
### Description
I have a screen that contains an animated `FlatList` and I need to use `ref` for it, so I created my Animated list like below:
```
const AnimatedList = Animated.createAnimatedComp…
-
Hi @mrm9084
I am trying dynamic configuration using push refresh in Java spring App, for that I am creating Event grid subscription, and while deploying the web-hook URL in azure portal for my app…
-
```
The C++11 standard introduces new "override" and "final" keywords in virtual
function declarations. The "override" keyword is especially useful in context
of creating mock functions. Macros MOCK…