Ilya Konyukhov
Ilya Konyukhov
Also smashed into this: ``` tarantool> require('fun').iter({1,2,3,false,5,6,7}):drop_while(function(i) return i end):take(1):totable()[1] --- - false ... tarantool> require('fun').iter({1,2,3,false,5,6,7}):drop_while(function(i) return i end):nth(1) --- - 1 ... ```
> If 1.10 is affected, the milestone should be 1.10.x. 1.10 is not affected, checked with `Tarantool 1.10.5-27-g936c721ab`
We also need this to be implemented. I'm using [OpenAPI](https://swagger.io/specification/) to describe HTTP API of some services. In order to dry out duplications in openapi and avro formats, I would...
I was able to workaround this with bypassing environment variables myself (`VERSION="1.0.0" cartridge pack ...`), but still it would be convenient if cartridge did it for me