Mohammad Hewedy

Results 39 issues of Mohammad Hewedy

I think it is better to add in the generated sample code a check (even if commented) for HTTP status code (just as a hint). example: ```golang if resp.StatusCode !=...

**What Version of the library are you using?** 13.1.0 **Question** I have some external source/api that initially authenticates to the oidc and gets a refresh token (and access token) somehow....

question

I think one of the core features your abstraction is hiding it is to allow random xml object to be passed. What i mean that the Params map is not.covering...

``` var e = employee{Name: "Wael"} if err = repo.Insert(context.Background(), &e); err != nil { panic(err) } fmt.Println("employee ", e, "created") var e2 = employee{Name: "Abbas"} e2.ID = e.ID time.Sleep(60...

help wanted
hacktoberfest

Upload the version in this git revision https://github.com/superduper/BrightnessMenulet/tree/c423bff4983c6d9436fcbf92b66056715a1cc40b to the master branch and point to it, so old users can use the old that was working fine (until you fix...

I cannot change the brightness using the slider, however in the old version (without the auto birghness) I could change it.

When the user enters an XPath expression against a response, he usually goes to an online service that does the evaluation so he makes sure it is working fine before...

enhancement

Hello Karl, This line: https://github.com/castlemock/castlemock/blob/05632ae6762c4537555c508c98ff05ed469ea484/code/web/mock/rest/src/main/java/com/castlemock/web/mock/rest/converter/swagger/SwaggerRestDefinitionConverter.java#L240 produces an exception if the produces for operations is null. we can check for nullability before doing the iteration, and then it works fine. And...

bug

vermin - now - is more suitable for development and testing activities, and this is because it now uses one share ssh key pair located at https://github.com/mhewedy/vermin/tree/master/etc/keys The point here...

security

it seems that the bridged network is full of problems. see #10 So this issue to consider using different network mode in virtualbox ( maybe the NATservice) https://www.virtualbox.org/manual/ch06.html the main...