Orkhan

Results 8 issues of Orkhan

A sample from folder 'create-react-app' is not working. I've checked it out, ran 'yarn', then tried to launch it by pressing play button near 'describe' in Webstorm. ![image](https://user-images.githubusercontent.com/29889683/131462040-e2fd3dbb-c14a-4f93-96ef-cd2786824d0d.png)

``` - name: Test uses: addnab/docker-run-action@v3 with: image: alpine options: --rm -i -v ${{ github.workspace }}:/app -w=/app run: | echo "Start" echo "DEPLOY_STATE=successful" >> $GITHUB_ENV ``` gives `ambiguous redirect` exception,...

Hi, if I use docker login step somethere before that action, docker-run-action fails if I omit user & password params ``` - name: Login to ACR uses: docker/login-action@v1 with: registry:...

Hi, I've found very useful this library, but in my case I'm using jest as a runner, so I'd like to know if there's an option to deal with that...

**Describe the bug** When I define controller code with all models imported, swag still generates Models section elements with `model.` prefix **To Reproduce** ``` package controller import ( "fmt" "net/http"...

invalid