Loïc Lamarque
07/12/2023, 8:58 AMNotBlankString
or NonZeroInt
.Loïc Lamarque
07/12/2023, 8:59 AMNotBlankString
or NonZeroInt
.Loïc Lamarque
07/12/2023, 8:59 AMNotBlankString
or NonZeroInt
.Loïc Lamarque
07/17/2023, 11:45 AMLoïc Lamarque
07/17/2023, 11:46 AMNotBlankString
or NonZeroInt
.Loïc Lamarque
07/17/2023, 11:55 AMNotEmptyRange
and the Bound
types representing a range of comparable values that contain at least one value.
• The StrictlyPositiveDouble
type representing strictly positive floating-point numbers represented by the Double
type.
• The plus
operations for concatenating a NotBlankString
with a String
or a Char
.
You can view the changelog on GitHub.Loïc Lamarque
07/18/2023, 3:21 PMNotEmptyList
conversion to inline class in progress: feedback needed! 👀
Hello! I hope everyone is doing good.
I'm currently converting the NotEmptyList type to an inline class and I would like to have your feedback about its PR 145, mostly on the documentation's improvements. Like suggested yesterday by @flavio in the #server channel, I added some usage examples for each declaration updated in this request directly in their documentation. Are there expressive enough for using them correctly?
I would love to have your thoughts about these changes. 🙏🏽Loïc Lamarque
07/26/2023, 7:49 AMDeprecatedSinceKotoolsTypes
annotation: contribution needed! 👀
Hello community! 👋🏽
As an Open-Source project, Kotools Types is in need of new contributors. For doing so, we write issues with the `good first issue` label indicating that an issue has enough details for new contributors to work on. One of those is about the new `DeprecatedSinceKotoolsTypes` annotation that is now open and ready to implement!
If you are interested in contributing to this project, this is a nice issue to start. 🙌🏽
Thank you all for your help on this and have a nice Kotlin. KLoïc Lamarque
08/02/2023, 3:55 PMOrElse
, OrNull
and OrThrow
for `StrictlyNegativeInt`: contribution needed! 👀
An issue about the new builders suffixed by "OrElse", "OrNull" and "OrThrow" for the "StrictlyNegativeInt" type, having enough details for new contributors to work on, is now open and ready to implement!
The main goal of this one is to align builders with Kotlin standards instead of using a single builder returning a Result
instance (a topic already discussed with @Klitos Kyriacou in the #server channel).
If you are interested in this change and want to contribute to this project, this issue is a nice way to start! 🙌🏽
Have a nice Kotlin. KLoïc Lamarque
08/14/2023, 4:11 PMLoïc Lamarque
09/04/2023, 11:07 AMOrNull
and OrThrow
for PositiveInt
(#155)
• New builders suffixed by OrNull
and OrThrow
for NegativeInt
(#171)
• New builders suffixed by OrNull
and OrThrow
for NonZeroInt
(#173)
• New builders suffixed by OrNull
and OrThrow
for StrictlyPositiveDouble
(#132).
If you are interested in contributing to this next iteration, tackling one of these issues is a nice way to start! 🙌🏽
Thank you for your help and consideration. Have a nice Kotlin. K