Jakob Ackermann

Results 133 comments of Jakob Ackermann

Hi! Is there anything I can help with to get this PR over the line? FWIW: I'm running a small Jenkins instance with this PR for upcoming 2 years. It's...

Thanks for the feedback @timja . I've pushed 26813f25e640726ab8ea7dc0c089d46ead359c63 to address your points.

@timja Thank you for your help with getting this PR shipped!

I am seeing a similar issue: cyclic missing/present stats The node can be considered idle: system load 15min is at 0.1 with 6 'dedicated' threads, 3.5/8GB RAM used, disk latency...

I can also replicate the issue on ubuntu 18.04, same docker version/git sha. spin up some dummy container: ``` for i in {1..30}; do docker run --rm --detach alpine sleep...

Here is a demo playbook showing the brokenness. ```yaml --- - hosts: all gather_facts: no tasks: - name: disable silent autoremove for fedora ini_file: path: /etc/dnf/dnf.conf section: main option: clean_requirements_on_remove...

@maxamillion Could you give the playbook a spin yet?

Here is a POC for Fedora 30 in a docker container (and using the latest ansible version 2.9.4): ``` # place the demo playbook in /tmp/playbook.yml # https://github.com/ansible/ansible/issues/60349#issuecomment-526770917 # display...

Hello, We are not considering moving away from MongoDB in the near future. The source of Overleaf Community Edition is open. Feel free to take this on as an exercise...

Hello, Indeed, the `create-user` script must be invoked from the `/overleaf/services/web` folder. Greetings, Jakob