Florian Heubeck

Results 27 comments of Florian Heubeck

We've found out in the discussion in [discord](https://discord.com/channels/751380286071242794/786238127105638420/837595525753995274) that there are some issues with this settings: https://github.com/vert-x3/vertx-redis-client/issues/289 and https://github.com/vert-x3/vertx-redis-client/issues/290 After this tickets are decided, the documentation should be adjusted.

I'm in for German. Some work already started on the pre-final principles here: https://github.com/gitops-working-group/gitops-working-group/issues/161 But there's in general need for an i18n structure, I guess.

sounds great @scottrigby so a directory `i18n` containing `PRINCIPLES_[a-z]{2}.MD` and `GLOSSARY_[a-z]{2}.MD` for each language. shall we just send PRs, and have the discussion about each language in there?

# Principles and Glossary - German Version Everyone, who is interested in participating on the initial **German translation** is invited to join us at the **8th of February** in the...

> Just a thought, should there be a standing issue for translation? If so, when is it ever marked as "done"? I'm fine for keeping this open "perpetually" but would...

@MartinX3 is on fire... Seems the mutiny-kotlin layer becomes somewhat urgent ;) Do you have experience with such an overlay and are you willing to draft a proposal?

Everything's fine ;) Then just keep collecting ideas, will have a look at some point in time :D

Would like to explore, were and which `@NotNull` and `@Nullable` hints could make sense in general. With Kotlin, the compiler complains, but also IDE support may improve with those. Options:...

> Thank you for the exploration. > > I would tend to `@Nullable and @NotNull from the org.jetbrains.annotations package`, since Kotlin is from JetBrains. The `jsr305` is dormant since 2012...

Ok... the compiler options I thought about are only related to the jsr-305 annotations, own ones are not possible. What's described in your mentioned ticket > https://youtrack.jetbrains.com/issue/KT-48623 seems to affect...