Pavel Rappo

Results 5 issues of Pavel Rappo

There's an example of a generic struct on [Cap’n Proto](https://capnproto.org/language.html#generic-types) page: ``` ... struct Map(Key, Value) { entries @0 :List(Entry); struct Entry { key @0 :Key; value @1 :Value; }...

Please review this PR which introduces the `java.io.IO` top-level class and three methods to `java.io.Console` for [Implicitly Declared Classes and Instance Main Methods (Third Preview)]. This PR has been obtained...

csr
rfr
core-libs
kulla

Please review this mechanical change to man pages. This PR should be integrated after https://github.com/openjdk/jdk/pull/18787. --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at...

ready
rfr
serviceability
core-libs
net
javadoc
security
compiler
kulla
hotspot-jfr
delegated

### Describe the issue An HTTP/2 + HTTPS request to mockserver made by `curl` hangs indefinitely. ### What you are trying to do Trying to record a `curl` request to...

I'm not a Thunderbird user, but recently used it for mbox export. It seems that Thunderbird can produce corrupted mbox content. Consider the following email body: ``` The following line...