Paŭlo Ebermann

Results 124 comments of Paŭlo Ebermann

Action items: - [x] check what changes are needed in Zally (@ktsypkina) - [x] check what changes are needed in Sunrise + API portal (@tkrop) - [x] Draft guideline update...

@tkrop will try to improve the guideline based on the experiences in the API training.

A workaround might be to pick a port which is free on both TCP 4 and TCP 6, and listen on that one. ```bash for p in 8000 18000 28000...

Hi, for making a pull request to a repository where you don't have write access, the usual approach is to [fork the repository](https://github.com/zalando/restful-api-guidelines/fork), and then push a branch to your...

> I have a follow-up question. I'd like to get some initial feedback from the community (for changes to a single file) before moving forward. If I work inside my...

Hi, are you still working on this topic, or can we close the issue? (Even if closed, you are still welcome to open a PR with improvements.)

I guess the original problem was the wrong implementation on the server side. I think we've had a different ticket for that? (I can't find it right now.) Fixing this...

The same sentence appears already in the [1.x](https://reactivex.io/RxJava/javadoc/rx/Observable.html#takeUntil-rx.functions.Func1-) and [2.x](https://reactivex.io/RxJava/2.x/javadoc/io/reactivex/Observable.html#takeUntil-io.reactivex.functions.Predicate-) docs, but I suppose there is no point in fixing that?

As OpenAPI 3.0 doesn't have `examples` in the schema object, we can't really use that before we generally recommend 3.1 (or later). Putting on hold, waiting for #839.

I've applied some of the editorial suggestions and made a few more of my own, also indicating the relation to OpenAPI 3.1.