Google Code Exporter
Google Code Exporter
``` ImageResizer should have feature to run .irs script by drag and drop the script to the executable ``` Original issue reported on code.google.com by `[email protected]` on 6 Apr 2013...
``` What steps will reproduce the problem? - Open Image Resizer as usual What is the expected output? What do you see instead? - If opening image resizer, the user...
``` What steps will reproduce the problem? - Open Image Resizer as usual What is the expected output? What do you see instead? - If opening the drop-down menu, the...
``` What steps will reproduce the problem? - Open the Image Resizer as usual What is the expected output? What do you see instead? - I think the GUI also...
``` It would be nice if the checker could detect that 'test' being true implies 'o' is non-null. === Test.java === import javax.annotation.Nullable; abstract class Test { abstract @Nullable Object...
``` When trying to use generics in eventbus-method parameters i get an error in the generated sources. Eventbus definition: @Events(startView = XyzView.class, module = XyzModule.class) @Debug(logLevel = LogLevel.DETAILED) public interface...
``` It is a proposal issue Just to recognize which methods in presenter are related to event bus and which are not just looking in the presenter code. ``` Original...
``` Some events in event bus can be intended only for internal module communication, but they are exposed in the same way as events intended for communication between modules, the...
``` Currently Skosify ensures that all skos:Concept instances have a defined skos:inScheme. However, skos:inScheme can also be applied to skos:Collection instances. Should check that also they have a set inScheme....
``` The --infer option (perform RDFS inference on input) is not currently available in the web interface. An option (checkbox) should be added to enable that. ``` Original issue reported...