-
Hi Leland,
We've crossed some tweets beforehand, but as usual Twitter character limits don't help. Thanks for offering your help, really appreciated.
The app we are building is using mostly RN + red…
-
Linked to epic: #IssueNumberOfEpic
Building APIs for a beauty application using Java and Spring Boot involves creating robust, scalable, and secure endpoints to handle various functionalities, such a…
-
This is not really an issue so much as a question about how one is supposed to operate when they are using elpy.
When I activate a virtualenv with pyvenv elpy is typically (understandably) unable to …
-
Kubernetes's [client-go](https://github.com/kubernetes/client-go) includes a powerful "fake" library (https://godoc.org/k8s.io/client-go/kubernetes/fake), which provides a mock API client that handles…
-
As suggested [here](https://github.com/aws/aws-appsync-community/issues/46), I'm opening this feature request here to get more feedback.
From the original issue:
Ideally I would like to be able …
-
#### What are you trying to achieve?
I have those tests scenarios inside a Cest:
```php
-
### Describe the bug
I'm developing a plugin for an Electron app. The app provides type definitions to plugin devs in a library with the following `package.json`: https://github.com/obsidianmd/obsidi…
-
Hi,
I'm having the following simple class and want to generate a mock for it:
```dart
class PlayerModelConverter {
PlayerTableCompanion convertToPlayerCompanion(Player player);
Player con…
-
Hi, I just wanted to ask if there are any plans regarding migration to Kotlin BLE library. As I understand it, as long as I am using managers from this library, I am locked to using `McuMgrBleTranspor…
-
I have an application that I am trying to test where I am using a pgx connection. I would like to be able to inject a mock connection into my code where I can then expect/return expectations for that …