Nicholas Hunter

Results 5 comments of Nicholas Hunter

Just ran into this same issue. Not sure if you've figured it out, but for anyone else who sees this, you probably have [crontab](https://pypi.org/project/crontab/) installed instead of [python-crontab](https://pypi.org/project/python-crontab/)

If you run `pip install detect-secrets-server` then `python-crontab` will not be installed. If you run `pip install detect-secrets-server[cron]` then everything should be fine. While the latter command is in the...

I don't think this is currently possible with an array. I would recommend using the `getCode()` method to understand why. For your example, each loop iteration is reading in 24...

I'm also experiencing some serious performance issues. My application used to take 30 seconds to load XML files on start up, and now that the source files have grown, it's...

@JLRishe thanks for the info! I am using `@xmldom/xmldom`. I just tried using version `0.9.0-beta.11` and it made my app slower. I don't have time to do proper benchmarks today,...