Oleg Smirnov
Oleg Smirnov
Hi, I am creating my own JSON schema validation library for Kotlin Multiplatform and I tried to use this library as a reference to implement `idn-hostname` format validation. However, I...
I added the ability to append data to an existing avro file when you can't use it as the _os.File_ (read and write using one structure). It's applicable for HDFS,...
Hi, this PR should close [KT-69327](https://youtrack.jetbrains.com/issue/KT-69327) issue. Unfortunately, I was not able to run tests: I executed `./gradlew install` and then `JAVA_OPTS=-Didea.sync.active=true ./gradlew -p libraries/stdlib nativeTest` but got a compilation...
Hi, I was a bit confused with the current warning when the native benchmark is skipped because the current OS does not match the expected for that target E.g.: >...
Hi, I have noticed that the URI with an empty (not null) fragment parsed from the string is not equal to a URI with an empty fragment created with `Uri.Builder`...
Related to #27
Depends on #615 Related to #27
Hi, @charleskorn. This PR should resolve #27. Please let me know if you have any comments/suggestions/objections regarding how I split the test. Also, I think the tests can be grouped...