Andreas Marschke

Results 43 comments of Andreas Marschke

This is a shortcoming of boomerang-express as it doesn't support trie compression used in newer versions of Boomerang. You could have a look at https://github.com/nicjansma/resourcetiming-compression.js and see if you could...

@pzystorm If you can wrap this in a try/catch and check for older versions that do not use compression I'd be happy to take it as a contribution :)

This might be something I've been pondering in the past, specifically when it came to onboarding new developers/users to the project/tool. As it's not always obvious from the outside how...

Since lugging around a database (ie. MySQL/MariaDB/Postgres) is hard to maintain, rather just provide the option to export to one that the user points to. Alternatively use CSV exports so...

#887 was merged, can this be closed?

@fiftin Anything stopping this from being code-reviewed/merged?

@rwaffen As it hasn't been merged yet, I don't think it's resolved.

@Fushengliangnian @fiftin I think this isn't the best solution to the problem. A better one would be to review this: http://go-database-sql.org/connection-pool.html and see if we can allow for the MaxIdle...

Your problem isn't with Ansible Semaphore (an open source project not directly affiliated with Ansible, however provides a UI to Ansible), but with Ansible. I ask you to review the...

@Ye-Min-Tun FWIW I've implemented something similar in my MR to resolve this issue. Please review/test it and see if it works for you https://github.com/ansible-semaphore/semaphore/pull/1240