Lukas Linauer

Results 8 issues of Lukas Linauer

I am not sure if an issue is the correct way of asking this, but are you planning to release a new version of rl_games anytime soon? I would like...

Currently, all the bots will only run on CPU. Add the option to run them on GPU (either Nvidia-only or additionally ROCm too). Choose the default device depending on the...

enhancement

Currently, every bot implements more or less the same Flask app. - [ ] Abstract the common logic of bots into a single parent package. - [ ] Even with...

enhancement

# Streamline bots This is a tracking issue for various issues related to the bot repos. ## Unify bot repos Currently, every bot (e.g.: https://github.com/taranis-ai/natural-language-processing) implements more or less the...

enhancement

Add a test for a postgresql+psycopg connection string with multiple hosts as supported by: https://github.com/psycopg/psycopg/pull/675/files

tests

Add a test to check so that migrations to not include `schema` information. For example like `public` as set here: https://github.com/taranis-ai/taranis-ai/commit/1d478c713f7d205640ba312a62ed43fd622c19e6

tests

In PR https://github.com/taranis-ai/taranis-ai/pull/526, the "tags" & "attributes" format was changed to: ```python data["tags"] = {tag.name: tag.to_dict() for tag in self.tags} data["attributes"] = {attribute.key: attribute.to_small_dict() for attribute in self.attributes} ``` in...

bug

## Problem When in Assess mode with "Infinite Scroll" deactivated, the current page is not reset when no news items can be displayed. This can cause the user to be...

enhancement
gui