Richard Eckart de Castilho
Richard Eckart de Castilho
There are cases where the filename of an artifact that is attached to the build does not match the filename under which the artifact actually ends up in the repository....
The "artifacts" goal has an option "appendFilename" which allows using e.g. `sha512sum -c blah.sha512` to be used to validate the checksum. It would be nice if the "files" goal would...
`TimeExpressionExtractorFactory.isDefaultExtractorPresent()` check if the class for the default time expression extractor is present (i.e. `edu.stanford.nlp.time.TimeExpressionExtractorImpl` which is in the CoreNLP jar and thus likely always present). It doesn't check though...
When adding an `InputBehavior` to a component which is updated via AJAX, it can happen that the event listener registered by the `InputBehavior` is registered over and over again during...
**What's in the PR** - Try setting the Wicket markup encoding to UTF-8 so it does not fall back to the system encoding **How to test manually** * See issue...
**Describe the bug** There are no format descriptions for the following formats in the user documentation: - [ ] HTML - [ ] Legacy HTML - [x] PDF - [x]...
**Describe the refactoring action** Harmonize the TS builds across modules better. E.g. every module should have a single `build` and optionally a `test` target. There should be a `build.mjs` file...
**Describe the bug** The active learning sidebar assumes that a suggestion has a label/feature value. And it waits for the feature value to be set in order to jump to...
**What's in the PR** - When a suggestion had no label show "" as the label in the history **How to test manually** * ... **Automatic testing** * [ ]...
**What's in the PR** - Use DocumentAccess on AnnotationPage to check if the page is accessible **How to test manually** * No specific test procedure **Automatic testing** * [ ]...