Thibault Kruse

Results 18 issues of Thibault Kruse

For some reason, the shell prompt stops working when adding anything like this to the projects gradle.properties: ``` org.gradle.jvmargs=-XX:MaxPermSize=512m ``` The actual value does not matter, the mere presence of...

This repo seems inactive, the fork at https://github.com/rackerlabs/gradle-jaxb-plugin seems to be more active. The README file should redirect people to the maintained fork of this plugin, because google still points...

I try using The google diff-match-path library from nodejs for line diffs: https://github.com/google/diff-match-patch/wiki/Line-or-Word-Diffs. I get wrong patches when in sum the lines of both inputs goes beyond 65,536 (2^16) lines....

In ShiroUnauthorizedComponentListener.onUnauthorizedInstantiation() ``` public void onUnauthorizedInstantiation(final Component component) { final Subject subject = SecurityUtils.getSubject(); final boolean notLoggedIn = !subject.isAuthenticated(); final Class

Hi, I like Poole. Quick feedback: Some media query css for print view (e.g. without sidebar) would be nice. Also the sidebar would not scroll with the version I used....

Hi, when annotating a method for freebuilder 1.12.3 like so: ``` package com.beantest.freebuilder; import org.inferred.freebuilder.FreeBuilder; import javax.annotation.CheckForNull; import javax.annotation.Nullable; /** */ @FreeBuilder public abstract class Bus { @CheckForNull // freebuilder...

enhancement

Although lomboks @Data, @Value and @Builder annotations work differently internally, the excellent Freebuilder documentation could also mention those differences to FreeBuilder, for completeness sake.

documentation

Using gradle 4.3, configuration: ``` plugins { id 'nebula.lint' version '8.3.1' id 'nebula.info' version '3.6.0' } gradleLint { rules = ['dependency-parentheses', 'all-dependency'] criticalRules = ['unused-dependency'] } ``` gradle fixGradleLint made...

bug

Using gradle 4.3, configuration: ``` plugins { id 'nebula.lint' version '8.3.1' id 'nebula.info' version '3.6.0' } gradleLint { rules = ['dependency-parentheses', 'all-dependency'] criticalRules = ['unused-dependency'] } ``` gradle fixGradleLint made...

enhancement

Hi, (same question here: https://discuss.gradle.org/t/jacoco-global-default-thresholds-local-modifications-setup/28920) I try to migrate from gradle-jacoco-coverage to the standard gradle jacoco plugin for a multi-module gradle project. So far I had configured some thresholds globally...