Igor Manushin
Igor Manushin
Hi @augustorsouza , I did not look on it.
I think think class can be extended: ``` data class Interval(override val start: Instant, override val endInclusive: Instant): ClosedRange { init { require(start
Because of this issue, it is unable to put div into th. [It is valid](https://stackoverflow.com/questions/20435882/is-ok-to-place-a-div-inside-th-tag), however ```div``` extension requires ```FlowContent``` and ```TH``` class does not implement it.
I did performance testing with different [inlining ways here](https://github.com/imanushin/kotlin-logging-performance). Please feel free to recheck this on your machines. For current moment: | Benchmark | (parameter) | Mode | Cnt |...
> However, I guess we can start discuss it so a PR is welcome, as I am mainly not sure how/if there is any api change? For current moment KLogging...
@oshai, this is looks like interesting. However I thing I found the way to keep the backward compatibility. We can remain the same signature, however add new - with no...
@MartinHaeusler , may I ask you to advice some kind of design here? I created draft PR, please check #226. Precisely please check this line - https://github.com/MicroUtils/kotlin-logging/pull/226/files#diff-0b429ddafa82b8ceaaa5c94a88dfd47b370051bf951c90cb5d89889a94a3a392R50 So what we...
@MartinHaeusler , inline logging functions aren't work well, as @oshai stated here - https://github.com/MicroUtils/kotlin-logging/issues/34#issuecomment-603133850 . And yes, you had got my concept fully. So for now we have two contradicting...
I think I understand, what was happened. I checked message type firstly, then I copied message entirely to the separate memory stream. I will replace order of these functions. About...
The same is with Oracle JDK (9.0.1 inclusive). I agree with @tdrevers about the root cause I found dirty hack: 1. Create environment variable GRADLE_USER_HOME with value like "c:\g\" 2....