Paŭlo Ebermann
Paŭlo Ebermann
In [section 2 of today's draft](https://tools.ietf.org/html/draft-nottingham-bikeshed-length-00#section-2): > Its value MUST be an Integer (Section x.x of [I-D.ietf-httpbis-header-structure]), indicating a decimal number of octets for a potential payload body. "Decimal" is...
With `range = 0.rangeTo(9)` the code would actually print `true`.
Session.setTimeout(int), Session.connect() and Session.getTimeout() use an unsigned int value. There is nowhere documented what time unit (seconds, milliseconds?) is used here. Look this up in the source (e.g. what is...
Sent by mail: --- The reason I ask is that the documentation for ZStream.inflateSetDictionary(byte[], int) states: > For raw inflate (i.e. decompressing plain deflate data without a zlib header), this...
**Problem** Pages 10 (durable references) and 44/45 (common method properties table) of the PDF show some pieces of text as plain HTML instead of formatted properly. **Analysis** When running the...
We want to have a general guideline about usage of API gateways. The main question is whether we generally want to describe the API "before" or "behind" the gateway? *...
Due to confusion with the current [rule 183](https://opensource.zalando.com/restful-api-guidelines/#183), we want to add another rule (as first rule of the "proprietary headers" chapter), which makes it clear that HTTP-headers are not...
OpenAPI (in both of version 2.0 and the upcoming 3.0) uses an [extended subset of JSON schema](http://swagger.io/specification/#schemaObject) for their schema definitions. As often REST APIs are defined via OpenAPI and...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** no idea - **Where do...
## Description There seems to be some information missing in the README to actually use the library. ## Expected Behavior Reading the README (or some other documentation linked from there)...