pierluca

Results 62 comments of pierluca

Just out of curiosity, in what kind of settings has this library been run? Internal project? Web facing? Under heavy or light load?

Do note however that plex is not supported in Python3. As such the requirement isn't really a runtime requirement but a development-time requirement. It may be interesting to keep it...

Thanks for the info. It's much appreciated.

Hello ! I was wondering if you had found some solution for this? I also find myself having to handle this situation.

As I was looking for this feature, I found my needs to be mostly covered by https://github.com/guryanovev/CrystalQuartz

I've used this successfully in Windows 10 by using the Windows Subsystem for Linux (WSL) running Ubuntu. It's quite straightforward, install leiningen, install nodejs, install code-maat, install code-forensics and it...

@smontanari Correct. One could probably skip that part then.

Hi @taybart , Sorry for the long delay. As you can see, a number of issues and PRs have remained open in the last months without much response. This was...

According to GitHub: > Secrets are not passed to workflows that are triggered by a pull request from a fork. We use secrets to provide the Sonar token to the...

@ineiti @jeffallen My understanding is that event logs could be accepted only between `GetCurrentBlockTimestamp()` (- a few seconds) as lower bound and `GetCurrentBlockTimestamp() + config.BlockInterval` as upper bound. However, I...