Jonathan Hult

Results 31 issues of Jonathan Hult

[Gson](https://github.com/google/gson) is aging. [Moshi](https://github.com/square/moshi) is newer, built on [Okio](https://github.com/square/okio/), and works better with Kotlin. Moshi also seems to be more performant. Here are some benchmarks: - https://zacsweers.github.io/json-serialization-benchmarking/ - https://www.ericdecanini.com/2020/10/13/benchmarking-gson-vs-jackson-vs-moshi-2020/

enhancement

Should [`forField`](https://github.com/mvysny/vaadin-on-kotlin/blob/master/vok-util-vaadin10/src/main/kotlin/eu/vaadinonkotlin/vaadin10/FilterBar.kt#L190) attempt to auto add the tooltip/title? This is tricky because `forField` accepts `HasValue` but [`Component.tooltip`](https://github.com/mvysny/karibu-dsl/blob/master/karibu-dsl/src/main/kotlin/com/github/mvysny/karibudsl/v10/VaadinUtils.kt) is an extension on `Component`. Here is an example of how I am...

enhancement

It would be nice to be able to automatically backup and restore filters. Manual steps: 1. Backup from account: https://mail.google.com/mail/u/0/#settings/filters 2. `Select all` > `Export` 3. Restore to account: https://mail.google.com/mail/u/1/#settings/filters...

Sometimes it takes a long while for a document to OCR and index. It would be nice to upload a document and immediately receive back a unique identifier (perhaps something...

feature_request
component:rest

Is there any interest in a contribution converting some of the codebase from Java to [Kotlin](https://kotlinlang.org/)?

feature_request

Fixed several spelling typos

https://projects.eclipse.org/projects/ee4j.jpa https://www.infoq.com/news/2019/05/end-of-javax-package/ Not sure if both package namespaces could be supported.

It would be nice to understand how this compares to https://github.com/weaveworks/ignite which I believe is doing something similar.

Cleanup to finish updating docs "as our needs for providers have changed from two years ago". Original commit: https://github.com/cloudgraphdev/cli/commit/7f460b535faf9e9c2dbb72a944719d58e24910b7

Would the following functions be helpful to add to [http4k-core](https://github.com/http4k/http4k/tree/master/http4k-core)? If so, I can submit a PR. If not, I can keep them as extension functions. However, it seems like...