Alexei Osipov
Alexei Osipov
I'm on Oracle JDK and still get same error: ``` # Fork: 1 of 2 # Run complete. Total time: 00:00:00 ``` Gradle 4.3 jmh-gralde-pligin 0.4.5-beta-2 Any ideas on what...
It's description is a bit unclear. Are there any docs that describe expected folder content?
For people that do understand JavaScript and Chome extensions here is a snippet that can be added to an extension to update all browser tabs of current window to use...
I think it's supposed to have an extra column column like ``` html property ``` ``` html {{name}} ```
Plugin not generates "property" column because it just messed in template. And this can be fixed with just editing template file.
> AFAIK, putting stuff into `javax` namespace is prohibited As I understand, the whole idea is that PR in this specific project because "jakartaee" still have permissions to use "javax"...
Stacktrace: *Expand* ``` * Exception is: org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':someproject'. at org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:75) at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:68) at org.gradle.configuration.project.LifecycleProjectEvaluator.access$400(LifecycleProjectEvaluator.java:51) at org.gradle.configuration.project.LifecycleProjectEvaluator$NotifyAfterEvaluate.run(LifecycleProjectEvaluator.java:191) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75) at org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68) at...
> I've submitted a [PR for common-annotations-api](https://github.com/eclipse-ee4j/common-annotations-api/pull/5) which would resolve this issue nicely. It's unlikely that this PR will be ever merged because it does not resolve the "split package"...
@xenoterracide It does not look like the issue is going to be fixed anytime soon. So by now the best option is just to replace SpotBugs annotations with any other...
Not sure that all suggested changes are good. For instance, currently ``` md('\n\nHello') == '### Hello\n\n' ``` new behavior with that MR: ``` md('\n\nHello') == '\n### Hello\n\n' ``` I don't...