-
Create a docker container for VariantGrid for easier onboarding for new devs or people wishing to test the product.
Here is a docker settings file that Andrew Patto setup, note at this point it doesn…
-
## Summary
- Add the ability to easily mock a tRPC backend for usage in things like storybook, jest, etc
### Background
> There are many use cases for mocking beyond "writing to a database.
…
-
A lot of the code in python-dbusmock assumes that the developer will want to create a fake bus, along with fake services to specifically run a test case.
This makes it difficult to reuse the templa…
-
I am trying to mock a service and I have the following configuration:
```
importMapsPlugin({
inject: {
importMap: {
imports: {
…
-
Hi,
As far as we can go we succeeded to mock everything but the Transaction.
Instead of passing the pool we used a top wrapper containing all struct using a db.
I'll try to provide an example…
-
Hello guys! Thank you for this awesome plugin! I'd like to contribute to it. I have this issue when I try to sync from my printful store to my medusa:
```shell
[medusa-plugin-printful]: There appear…
-
### Problems
Both - creating cards and provisioning a policy for Expensify cards - are tasks in the backend that rely on third-party services, and we cannot optimistically take these actions in the…
-
I fall into a category of people that has transitioned to using NSubstitute after discovering security concerns in Moq, which are detailed thoroughly in this article: https://medium.com/@michalsitek/c…
-
### Which jobs are flaking?
master-blocking:
- gce-cos-master-default
### Which tests are flaking?
1. `Kubernetes e2e suite.[It] [sig-storage] CSI Mock volume fsgroup policies CSI FSGroupPol…
-
### Describe the feature you'd like to request
In our monorepo, we have multiple services that to some degree depend on each other. For local development, we have to start a mock service first, then …