Glade Diviney
Glade Diviney
Didn't know about that limitation on annotations. So it would be `@DefaultClass` then. Understood about limitations in subtypes.
This library doesn't implement discovery at present. In Android you can use [JMDNS](https://github.com/jmdns/jmdns) (a separate Java library) or if you are targeting modern Android OS only, [NsdManager](https://developer.android.com/reference/android/net/nsd/NsdManager). I'm leaving this...
Hi @LBoraz it builds fine on Circle. See the first badge at https://github.com/HPInc/jipp/blob/master/README.md.
https://tools.ietf.org/html/rfc8011 is the place to start. There is also the [IPP Everywhere](https://www.pwg.org/ipp/everywhere.html) Implementor's Guide at https://ftp.pwg.org/pub/pwg/candidates/cs-ippig20-20150821-5100.19.pdf. Building a "minimal" server is much more difficult than building a client, because a...
Under https://kotlinlang.org/docs/reference/coding-conventions.html#horizontal-whitespace, > As a general rule, avoid horizontal alignment of any kind. Renaming an identifier to a name with a different length should not affect the formatting of either...
I have a similar issue on Ubuntu where if I am typing below an embed the page scroll behaves oddly, sometimes scrolling page so the cursor is off the screen....
(I have a PR for this but would like feedback before I finalize it)