Martin

Results 92 issues of Martin

My google calendar entries use html code, because google forces it. Sadly the calendar appdoesn't remove it. So I can't read my descriptions.

feature request

### Steps To Reproduce 1. Click on the extension icon 2. Wait 3. It popups ### Expected Result Instant opening like in firefox. ### Actual Result Chromium has a 1-3...

bug
browser

With kotlin and smallyre sometimes I need to declare the type again. ### Additional details Examples: - `.transformToMulti { fetch(it.bananas).onItem().disjoint() }` Without `` it doesn't know that I fetch the...

Kotlin

### Context I'm using kotlin ### Description Offer a `replaceWithUnit` for kotlin users. It's better than using `replaceWithVoid` and replacing `Void` with `Unit`. ### Additional details Kotlin has `Unit` intead...

enhancement
Kotlin

### Discussed in https://github.com/smallrye/smallrye-mutiny/discussions/918 ```kotlin Uni.combine().all().unis(UniA,UniB).combinedWith { a,b -> persist(new C(a,b)) } ``` returns a `Uni` forcing me to use a `.flatMap { it }`

enhancement

### Context A `.transform` returns either a null or a value. Using `.onItem().ifNotNull().call { entity ->` gives a nullable `entity` and kotlin complains. ### Description `ifNotNull` offers a nullable receiver....

Kotlin

By default it blocks silently the google contacts & personal details syncing. Calendar, tables and presentations are fine. Sadly the android system doesn't give me a message, just an old...

type-B
popularity-1

**Module version** 1.12.3 **Describe the bug** Missing vue 2.7 compatibility **To Reproduce** Using Vue 2.7 Steps to reproduce the behavior: 1. Using Vue 2.7 **Expected behavior** Vue 2.7 usage **Screenshots**...

`@nuxt/vue-app` got replaced with `@nuxt/types` since Nuxt.js 2.9.0.

**Module version** 1.12.3 **Describe the bug** IntelliJ tells me this error in `nuxt.config.ts`, but Vuetify is usable. ``` TS2345: Argument of type '{ target: "static"; ssr: true; head: { titleTemplate:...