Lang Liu

Results 12 comments of Lang Liu

> Your problem is in your YAML syntax not this action. > > `:` isn't normally something you need to worry about in YAML but `:` followed by a space...

I create a [project](https://github.com/LangInteger/swagger-demo) to verify a similar bug related to ApiImplicitParam. ## Comparison ### Swagger 2.9.2 Enable by using dependency in `build.gradle` as follows: ```text // 1. For Swagger...

To the directory where `scweet.py` file exists, in the root of the SCWEET project, execute - cd Scweet and execute your own python file here, the `from scweet import scrap`...

You can set `headless=False` to see all operations on chrome, and check if the page search as you set. If some strange things happen on the page, they may be...

I'm not that clear about Scweet's behaviour on this fuction. Here is,my suggestion. As described in readme file of this project, access user file may need Twitter account to login...

Many thx if we can publish a release on this feature. @vgv

> Based on @GKilm suggestion to delete the `.vscode` folder, which I think don't exists anymore, I deleted all VS Code generated folders and files: > > * .settings/ >...

Hi @danagbemava-nc, I know the picture will fill the parent fully with the parallax effect finally implemented in the Cookbook. But I think it is not the parallax effect that...

Before this feature is done, some work arounds are available to match this requirement ```groovy task downloadSomething(type: MyDownload) { sourceUrl = 'http://20.20.20.66:32601/v2/api-docs?group=Default' target = new File('petstore.yaml') } generateSwaggerCode.dependsOn downloadSomething class...