-
```
Currently generating a generic class requires a warning suppression and a cast:
@SuppressWarnings("unchecked")
List list = (List)mock(List.class);
Given that I use a lot of generics, I d…
-
Pokemon Go application on Android seems to detect it anyway (block GPS localization if developer settings is enabled). Would be really cool to have it work with it !
mtx-z updated
8 years ago
-
I'm trying to use this to do local development since our org locks down our AWS account (even our dev). If it isn't deployed through our ops terraform and scripts it can't interact with AWS. This mean…
-
## Bug report
### Expected behavior and actual behavior
Expect that all AWS interactions should be send to the endpoint specified by aws.client.endpoint e.g. Batch
Actual is that aws.client.…
-
Could you elaborate on the design of the MockPostsService in posts.go and decisions around how it is setup? To be more specific:
- Why do we need the following line?
var _ PostsService = &MockPostsS…
-
```
Currently generating a generic class requires a warning suppression and a cast:
@SuppressWarnings("unchecked")
List list = (List)mock(List.class);
Given that I use a lot of generics, I d…
-
```
Currently generating a generic class requires a warning suppression and a cast:
@SuppressWarnings("unchecked")
List list = (List)mock(List.class);
Given that I use a lot of generics, I d…
-
```
Currently generating a generic class requires a warning suppression and a cast:
@SuppressWarnings("unchecked")
List list = (List)mock(List.class);
Given that I use a lot of generics, I d…
-
## 🐛 Bug Report
It is unclear that large dependency graphs caused by the use of barrel files can slow test initialization dramatically. There are some tangential mentions of this in the documen…
-
I'm using NSwag to generate a Client.cs code from a YAML file. The problem I'm having is that NSwag is auto-generating type names like Data, Data2, Data3, as well as Response, Response2, Response3...…