Guillermo Gutiérrez

Results 71 issues of Guillermo Gutiérrez

In parent-child UI component situations, we commonly need to get a `JPanel` instance to set as the parent of some other component, or to anchor a dialog to some specific...

Remove the `BriefcaseCLI` class and all downstream dependencies that are no longer used elsewhere, and simplify the `Launcher` class. Doing this would break any existing pipeline that uses the legacy...

needs discussion

#### Software versions Briefcase v1.3 #### Problem description The export process has two error callbacks that will leave files in the error folder, inside the export output dir: - Parsing...

bug

#### Software versions Briefcase v1.3 #### Problem description When a submission has a parsing error due to some issue in the root element, the submission will be in the errors...

bug

We should add some user feedback on CLI ops to let the user know which flags they have added and their consequences, like, for example, when they add `-rlp` we...

needs discussion

This issue is intended to track the code refactoring goals regarding parallelism, use of the HTTP client and background job error management and user feedback.

#### Software versions Aggregate v1.5 or greater #### Problem description Pushing submission media attachments fails with an HTTP 401 error when Aggregate is configured to use basic device authentication. ####...

bug
needs reproduction

It turns out that the truststore of OpenJDK variant of Java 10 complains when contacting AppEngine and Google Analytics services over HTTPS connections. This issue will track our findings aimed...

needs information

We should sanitize files using the same algorithm. In Central we're using https://www.npmjs.com/package/sanitize-filename, which seems to be better tested and documented (and less restrictive without being unsafe) than the one...

needs discussion

This has been bothering me since the beginning :P - Main sources are at `src` - Main resources are at `res` - Test sources are at `test/src` - Test resources...

needs discussion