Anatoly Galiulin
Anatoly Galiulin
You can use workaround: ```jsx profile.name}>Name ```
Reproduced on Chrome 53.0.2785.116 (64-bit), Ubuntu 14.04
> A notable example of a tool not supporting OpenAPI 3, but supporting Swagger 2 is Postman. postmanlabs/postman-app-support#3390 It supports OpenAPI 3 since december 2018: https://blog.postman.com/2018/12/11/postman-supports-openapi-3-0/
Waiting for nim-lang/Nim#6756
Also removed this error on Ctrl+D: ``` > Traceback (most recent call last) nrpl.nim(89) nrpl sysio.nim(140) readLine sysio.nim(51) raiseEIO system.nim(2530) sysFatal Error: unhandled exception: EOF reached [IOError] ```
Btw, mysql has multiple row insert syntax: ```sql insert into test values (1, 'a'), (2, 'b'), ... ```