Results 8 issues of Serge Byishimo

### Basic information * On-premises: yes * Cloud-Provider: none * Installation type: demo * Kubernetes version: 1.19.7 * Helm version: 3.8 * Installed with Kubespray: no * (Helm) Charts version:...

### Basic information * On-premises: yes * Cloud-Provider: none * Installation type: demo * Kubernetes version: 1.19.7 * Helm version: v3.8.0 * Installed with Kubespray: no * (Helm) Charts version:...

Hi, When you edit a subtask using the pop to edit task description, it removes the parent task association, ![Screen Shot 2022-11-14 at 18 45 22](https://user-images.githubusercontent.com/32865999/201717057-c4a05c97-6b34-4ecd-bf3c-dcc8ad29cbd4.png) I had to comment...

Hi! Below codes in question found in `app/Config/setup.php` line 100,101,102 ``` $check_file = fopen($check_constants_filename, "a+"); while (!feof($check_file)) { $check_line = fgets($check_file); ``` If `fopen()` above the while condition returned a...

I want to be able to receive email reply from notify email and post it to Orangescrum I can see the [ImapMailbox class](https://github.com/Orangescrum/orangescrum/blob/main/mailer/ImapMailbox.php) and [POP3 class](https://github.com/Orangescrum/orangescrum/blob/main/mailer/class.pop3.php) But I don't see...

It seems every time I use `Event.from(string)` to generate a list of events to add in a web-hook it does not work. It only works when I manually reference an...

good first issue

on the homepage the link to Drivers go to Resolvers. i though i might drop that one :)

### docker-compose.yml ``` version: "3.7" services: acrarium: image: f43nd1r/acrarium:next container_name: acrarium ports: - 8080:8080 restart: on-failure extra_hosts: host.docker.internal: host-gateway environment: SPRING_DATASOURCE_URL: jdbc:mysql://host.docker.internal:3306/acrarium?useSSL=false&allowPublicKeyRetrieval=true&useLegacyDatetimeCode=false&serverTimezone=UTC SPRING_DATASOURCE_USERNAME: ###### SPRING_DATASOURCE_PASSWORD: ###### ``` 2024-08-25T12:47:32.466Z ERROR 1...

bug