Loïc Lamarque
Loïc Lamarque
I would like to add a copyright notice to the generated file published on my repository, but this change will fail the checks. Is it possible to add comments to...
Accordingly to the section [Use member and extension functions appropriately](https://kotlinlang.org/docs/jvm-api-guidelines-readability.html#use-member-and-extension-functions-appropriately), _only properties, overrides and accessors should be members_. But what about operator overloads? For example, considering the following `NotEmptyString` class,...
## 📝 Description We want to test all code samples present in the [API reference](https://types.kotools.org/) of the `types` Gradle subproject by moving them to the `samples` subproject and referencing them...
## 📝 Description We want to stabilize the `Zero` type, except its unreleased declarations. ## 🔗 Dependencies This issue is blocked by the following ones: - [x] #644 ## ✅...
## 📝 Description In the `org.kotools.types` package of the `types` subproject, we want to introduce the `PositiveInteger` **experimental** type for representing an [integer](https://en.wikipedia.org/wiki/Integer) that is greater than zero. The `text`...
## 📝 Description We want to introduce additional factory functions for creating an instance of `Zero` from the string representation of `Any` object. The regular expression used for validating inputs...
## 🔗 Dependencies Issues of the milestone corresponding to this version should be done before resolving this issue. ## ✅ Checklist - [ ] 🔖 Set Gradle project's version to...
## 📝 Description After deprecating it in #635, we want to remove the `EmailAddress` type from the `kotools.types.web` package. ## ✅ Checklist - [ ] 🔥 Remove the declaration and...
## 📝 Description We want to introduce a `PositiveInt` **experimental** type, in the `org.kotools.types` package of the `types` Gradle subproject, for representing an [integer](https://en.wikipedia.org/wiki/Integer) of type `Int` that is greater...
## 📝 Description In the `org.kotools.types` package of the `types` Gradle subproject, we want to introduce the `NotBlankString` **experimental** type for representing a string that has at least one character...