Martin Winandy
Martin Winandy
I like your `oneOf` suggestion :)
I agree that it would be nice to further reduce the JAR size of tinylog. However, stop adding features would make tinylog to become a stale project. I have another...
> When I change the dynamic segment with: `DynamicSegment.setText(logFolder.path)` > the new folder remains full of log files... not limited to the last 90 Deleting old log files works only...
Please send me the log file to [email protected]. I will have a look what is the cause.
This bug is not reproducible on any of my systems. The log files show a potential bug of the JRE in connection with the used file system.
Is this the cause for the bug: https://github.com/solidjs/solid/issues/1296?
According to @ryansolid in https://github.com/solidjs/solid/issues/1296#issuecomment-1296143145. All spread issues should be fixed in 1.6.1. Unfortunately, the view box is still missing for all SVGs when using `solid-icons` 1.0.3 together with `solid-js`...
I can confirm that version 1.0.4 fixes this issue. @x64Bits Thank you very much for the bug fix!
I have switched from `mockk` to `mockito-kotlin`. With Mockito, I don't run into this issue.
You can only do: file1 : debug level + all more serve levels file2 : only info level + all more serve levels file3 : warn & error What is...