crash-g
crash-g
Actually, we would like the following: - being able to override any variable without modifying the properties file - optionally disabling or customizing the prefix for environment variables I am...
Thanks. Just to know: would you accept a PR that lets users configure the prefix using a JVM property? (I have not looked at the code so I don't know...
Alright, I'll try to have a go at it as soon as I've got time. By the way, this is a very nice library, very ergonomic to use. Thanks!
> I cannot reproduce your problem with the tests (and the CI used to confirm that they are passing, at least up to the latest release that I did), looks...
I have worked around the issue by calling `ConfigFactory.invalidateCaches()` before and after the test. Is this a good solution?
However, the test does not pass without it. What should be changed? @andreaTP
Hi @epwalsh, I was thinking about tackling this. I haven't come up with a good syntax yet, so we should probably brainstorm some ideas first. For reference, this is how...
I'll go ahead with the rename then. I was leaning towards `Timedelta` because the name is used in [Celery documentation](https://docs.celeryproject.org/en/stable/userguide/periodic-tasks.html#available-fields).