Shivam Sourav Jha
Shivam Sourav Jha
Hey @Akash-Singh04 is there any update on the change @PranshuSrivastava requested.
* You can build the keploy binary with `-race` flag. * Use keploy with mongo based project eg~express-mongoose.
Hey @AhmedLotfy02 this race flag is to be used while building the binary. ```go build -race -o keploybin && sudo mv keploybin /usr/local/bin ``` here assumption is keploy alias is...
Solved after V2 revamp
Hey @Akash-Singh04 ! You can try with [Pet Clinic sample app](https://github.com/keploy/samples-java/tree/main/spring-petclinic) to replicate the error. This happens when any element in an array changes and everything after that value would...
Hey @Akash-Singh04 in `calculateJSONDiffs` the `Format` function does have formatArray and formatObject. Can you please explain the error in detail.
Agreed this seems to be the problem with the `calculateJSONDiffs` as it throws error on diff.Compare. The dependency seems to be inactive for a while and thus we're looking for...
1. Logger gives standard logging across the codebase. 2. Logs can be collected through an console. 3. Thread safety is more robust in logger but considering the use-case in this...
Removed after the refactor of Keploy repo.
@shashank-iitbhu this deals with the record flow at the moment. For TLS, how did you came across it? is the app open sourced to check ?