Clément Doumouro

Results 22 issues of Clément Doumouro

The current Tika pipeline keeps line break added by email servers in order to fit the `78/998` max line length RFC limit. Ideally emails inside DS should display without these...

# Current limitations Currently all inputs of the settings vues are text fields. However some inputs might be of other types, in particular the neo4j plugin requires to set a...

# TODO - [ ] handle redisson version properly (try to remove the explicit version in `datashare-app`) - [ ] CI for `datashare-tasks` - [ ] JAR publication for `datashare-tasks`...

When #1384 is complete, align async task in datashare and https://github.com/ICIJ/icij-python, so that the Python worker and DS can communicate

# Feature description ## Current behavior Currently task related messages (task creation, errors, result, events) are not name-spaced. This results in all agents (workers) receiving all messages. Messages task can't...

feat

Replaces #1185 # Current limitations As explained in #1185, extensions and other codebases must be able to create, start and potentially monitor tasks. Create tasks from extension will be required...

feat

# Current behavior Today, the signature of `TaskFactoryHelper.createTaskCallable` is: ```java public class TaskFactoryHelper { public static Callable createTaskCallable( TaskFactory factory, String name, TaskView taskView, Function progress ) throws UnknownTask; }...

bug

- `datashare-api` is outdated in most NLP extensions - keep only OpenNLP, StanfordNLP and Spacy

# Left TODO - [ ] merge DS PRs - [ ] implement Java AMQP namespacing if needed (#1385) - [ ] monitor resources usage (CPU/RAM) - [ ] see...