Zoltán Nagy
Zoltán Nagy
Data point: I was just bitten by this. +1 for a light-weight solution like adding a comment to the first example.
Is this something you're planning to work on in the near future? If not, is it something that's feasible for a newcomer to the project to work on?
FWIW, the current behavior seems consistent with the documentation at https://taskwarrior.org/docs/recurrence.html: > This task has a due date, a monthly recurrence, and an optional until date coinciding with the end...
I've just run into this, except at 18 instead of 8 now. I understand I can manually implement `SerializeComponents` and `DeserializeComponents`, but it feels like I shouldn't have to (this...
FWIW, for now I managed to work around this relatively painlessly by splitting up the component tuples, and calling the de/serializer for each (DRY via macros): [save](https://github.com/abesto/rl/blob/b9e896c7fef545911a4b3eca66c3374200db6c06/src/systems/save.rs#L86-L96) [load](https://github.com/abesto/rl/blob/b9e896c7fef545911a4b3eca66c3374200db6c06/src/systems/load.rs#L45-L56)
Do you think running `tracegen` against a zipkin cluster pulled up with docker would be good enough?
@adriancole I'd appreciate your thoughts on this. Also: who else should be involved?
Thanks for the input! - Docker Hub first: I'm kind of on the fence about this. Your argument totally makes sense, I'll think more on it. - Monolithic release: yes,...
Alright, let's do Docker Hub first. I think it's straightforward, I'll start work on it and open up things for discussion if I come to non-trivial trade-offs.
> there is no github repo. you can download and change it until we figure out > what normal is wrt change management of grafana dashboards That's correct, I don't...