Tim Mattison
Tim Mattison
Feel free to follow my repository instead until this one is updated. If this code works I'll probably be using it a bit in the next week or two. https://github.com/timmattison/CyberLink4Java
I think this may be an issue in IntelliJ already. I imported the library and code completion ceased to work when I wrote my first regex with the library. When...
I would love these improvements but this project appears to be long dead. Has anyone created a fork of it that they're maintaining?
Additional tests should be added to make sure that `./gradlew` is called instead of `gradle` when using this configuration.
Additional tests should be added to validate that Kotlin DSL scripts work properly. I can provide those scripts if necessary.
I think the opposite is happening the existing code requires that assertion because the type it returns is tea.Model instead of the progress bar type. This removes the need for...
I really think this is a matter of being a typo. If I look at all of the usages of update I see that most of them return the `Model`...
The only comment I'd have about the method with a pointer receiver is that some linters will complain if you have mix and match pointer receivers and regular ones. I...
I think #905 should fix this but I haven't had enough time to test it. Can anyone take a look and see what you think?
This is the same issue as #6190 which doesn't have any other answers