Marcel Hoyer
Marcel Hoyer
Regarding this point _1. Support manually reloading contents, like in `gulp-connect`_, this was already clarified with #13. But I am still not happy with the advice by @schickling to move...
### Side notes - We use Cassette 2.4.1 - We don't have pre-compiled cache with msbuild (yet) - We still don't know what the actual origin of this issue is...
The solution by @ayvarot worked partially for me. Maybe due to the fact that I was running it on a msys git bash with ConEmu? Anyway, this is my adjusted...
Hi @gusfcarvalho. Thank you for the hints and explanations. I think the difference between your and my example is the `refreshInterval: 10s` which is not set in my case. Hence,...
Just for the sake of completeness, these are the links to the ESC field references: - https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html - https://github.com/elastic/ecs/blob/master/schema.json Maybe we can generate the C# sources from that `schema.json`? In...
@Justihar, well, you're exactly using my "workaround" by having `self.adapi.run_every(...)` in your example. Hence, this "timer" will update the `now` property every time it fires **before** your action `cb()` function...
@Justihar, may I ask how you simulate the clock in your example? Obviously you're not waiting hours to trigger your `input_boolean.test_bool_1` trigger over and over again? I fear your time...
Ok. Some news. I tried to replay your most recent example. Though, I don't know how you managed to simulate that time lapse. I extended your example slightly by adding...
Further insights. I again debugged my larger application stack and still found that the `now` property is not updating. Finally I found why and am now able to also reproduce...
Hi @Justihar. Sorry for late reply. I now also tried to start `appdaemon` with `-t` option. Sadly, this really influences the behavior of the test setup and the reproduction of...