Mohamed Bana

Results 46 issues of Mohamed Bana

Hi, `rejoiner` looks pretty cool. Just wondering if you plan to support other languages such as Go? Thanks,

: > **Ensure a tool is installed locally** > > Check that a command exists in `PATH` or fail the Tiltfile load. ```sh $ tilt version v0.30.5, built 2022-07-14 $...

bug

attempting to parse this **_valid_** file fails: https://github.com/OpenBankingUK/payment-initiation-api-spec/blob/master/dist/v1.1/payment-initiation-swagger.json ```elixir PhoenixSwagger.Validator.parse_swagger_schema("schemas/v1.1-payment-initiation-swagger.json") ... 12:37:01.864 [info] Application swagger_validation_ex exited: exited in: SwaggerValidationExApplication.start(:normal, []) ** (EXIT) an exception was raised: ** (FunctionClauseError) no function...

hi, is it possible to run the validators for request and response in some sort of standalone mode? I don't want to run it in test mode or as a...

Would be useful to be able to import and use `ToMarkdown` as defined in here https://github.com/posener/goreadme/blob/master/internal/markdown/comment.go#L284. Might be helpful to just the internal `package` altogether. Not sure...

**Why should it be implemented?** These are common pieces of code not tied to `testkube` so they probably should not live in that repository. Examples: * https://github.com/kubeshop/kusk/blob/main/cmd/install.go#L32 * https://github.com/kubeshop/kusk/blob/main/cmd/install.go#L33 **Describe...

enhancement
tech-debt 🙈
feature-request 🚀

**Describe the bug** `go install` is failing at `v0.7.0`, i.e., `latest` at the time of writing this. **To Reproduce** Steps to reproduce the behavior: 1. `go install github.com/kubeshop/[email protected]` or `go...

kind/bug

`pkg/auth/ext-authz-oauth2` --------------------------- Add image that handles the callback, e.g., when we get callback on `http://192.168.58.2:65535/oauth2/callback` the following mentioned images should handle the exchanging of the `code` for a `token`. Images:...

Moved `main.go` from `cmd/manager/` to the root of the repository. Misc cleanup of `Makefile`. Signed-off-by: Mohamed Bana --- This PR... ## Changes - ## Fixes - ## Checklist - [...

**Describe the bug** 1. I think `hack/boilerplate.go.txt` should use // instead of /* ... */ otherwise we see output like this. It is just full of copyright notices. 2. The...

bug