Results 8 comments of Qin Zhao

@stevenvachon My node version is 8.9.4. I guess the lcov report format made by nyc v14 might have some small changes. You may see the error at the end of...

@stevenvachon I save the nyc output to files. Nyc.13.txt is made by nyc v13.3.0, which can be processed by coveralls. Nyc.14.txt is made by nyc v14.0.0, which can not be...

I also encounter this problem, after upgrading my docker to version 17.06.0-ce-win18 today. The lower version used to work well on my Windows 10, but the new version can not....

@htuomola Do you mean restart docker service? Or restart Windows 10?

@htuomola After I logout and login again, I am able to start Docker! Thank you very much!!

Two unclear changes. Need to get confirmation from SE. ``` diff --git a/f5lbaasdriver/v2/bigip/driver_v2.py b/f5lbaasdriver/v2/bigip/driver_v2.py index f618455..94ce4bd 100644 --- a/f5lbaasdriver/v2/bigip/driver_v2.py +++ b/f5lbaasdriver/v2/bigip/driver_v2.py @@ -99,6 +100,7 @@ class F5DriverV2(object): self.agent_rpc = agent_rpc.LBaaSv2AgentRPC(self)...

> Solves part of #1554. > > @zhaoqin-github Ping? Hi Marti, As described in the README at main page, this python module is "NO LONGER UNDER ACTIVE DEVELOPMENT". I am...

I attempted to define a 'readOnly' property using OpenAPI 3 schema, https://swagger.io/docs/specification/data-models/keywords/, and use that schema object to validate request body of POST method. ``` const abcSchema = { description:...