Jon Schewe

Results 32 issues of Jon Schewe

When I try and do a full upgrade I get an error about dependencies: ``` >sudo apt full-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating...

When I click on tags in the task details pane I get a list of the tags. I can click on the tags to select them. However once I do...

This is a fix for bug [0012658](https://gramps-project.org/bugs/view.php?id=12658). If the user inputs an invalid date this change keeps the application from crashing when such a date is found.

It seems that the new submodules structure confuses ungit. With recent versions of git the .git directory for submodules is inside the .git directory of the parent repository. ``` 2018-03-23T12:38:44.560Z...

Today I was doing some work without being connected to the internet and ungit kept giving me errors. It seems that it doesn't like not being able to talk to...

The documentation for jreMinVersion says "project.targetCompatibility or the current java version, if the property is not set" I've set sourceCompatibility and targetCompatibility is documented to default to sourceCompatibility if not...

bug

Would it be possible to add the Java EE documentation at https://javaee.github.io/javaee-spec/javadocs/ ?

docs/new+request

Would it be possible to add the JSTL documentation at https://docs.oracle.com/cd/E17802_01/products/products/jsp/jstl/1.1/docs/tlddocs/index.html to devdocs?

docs/new+request

**Command attempted:** hub pull-request -i 1072 **What happened:** Error creating pull request: Unprocessable Entity (HTTP 422) Invalid value for "base" **More info:** ``` git version 2.34.1 hub version 2.14.2 ```...

bug

After installing 3.1.5 I found that I could no longer view images in galleries without guest permissions. I tracked the issue down to this change where compare_uri was constructed instead...