Ben Companjen

Results 54 issues of Ben Companjen

**What this PR does / why we need it**: This fixes a (potential) resource leak as described in #10053 and it replaces all uses of `"utf-8"`, `"us-ascii"` and `"iso-8859-1"` (mostly...

Component: Code Infrastructure
Size: 10

**What this PR does / why we need it**: It replaces a method that did a string comparison on the class name of an `Object` parameter to determine what to...

Component: Code Infrastructure
Size: 3

**What this PR does / why we need it**: This replaces a few comparisons of object types through their class's names with type comparisons using `instanceof` in tests. **Which issue(s)...

Component: Code Infrastructure
Size: 3

**Overview of the Feature Request** I suggest to remove the classes `DatasetfieldDefaultValue` and `DefaultValueSet` and references to these classes, because they appear to be unused. **What kind of user is...

Type: Suggestion
Component: Code Infrastructure
User Role: Hackathon Participant
Feature: None

**What this PR does / why we need it**: This PR replaces `final static` with `static final` to comply with the Java Language Specification. It is a small step towards...

Component: Code Infrastructure
Size: 10

We have a new Maintainer for the lesson, who replaces one of the previous Maintainers. I hope you are okay with being mentioned in this way, @marijane? If not, please...

In an effort to create a small-ish Docker/Podman image for running FromThePage in production, I would like to not install gems that are not necessary for running the application. I...

servicability

### How could the content be improved? I added a list of open issues related to the Introduction as an Instructor note. Several issues on that list have been closed...

type:instructor guide

**What steps does it take to reproduce the issue?** * When does this issue occur? When GitHub Workflows are run. * Which page(s) does it occurs on? On GitHub Workflows/Actions...

Type: Bug

In our installation, I am the admin. For testing, I created a private collection a long time ago and for further testing I recently created a private document set within...