mp_stools icon indicating copy to clipboard operation
mp_stools copied to clipboard

Collection of multiplatofrm string tools that does not exist on all platforms with the same interface: string and datetime formatting, etc. USeful fo write MP libraries and applications

Results 4 mp_stools issues
Sort by recently updated
recently updated
newest added

Hey, thanks for the library, I recently found it and I think it is very useful. I am using it in my stopwatch application, which formats the time in HH:MM:SS...

enhancement

Hi, Instant package has changed from `kotlinx.datetime.Instant` to `kotlin.time.Instant` and this raises the following exception because mp_stools uses the old package: ``` java.lang.NoClassDefFoundError: Failed resolution of: Lkotlinx/datetime/Instant; at net.sergeych.sprintf.Sprintf.getLocalDateTime(Sprintf.kt:66) at...

Due to the changes in kotlin 2.2 in the time packages, I can no longer compile this library in IOS. I currently get the following error: Compilation failed: IrTypeAliasSymbolImpl is...

question

The Maven repository used by this project (https://maven.universablockchain.com/) appears to be down or permanently offline. Would it be possible to republish the library to a standard repository (e.g. Maven Central)?...