Alexander Krimm
Alexander Krimm
I did multiple attempts at moving to the module system, but the problem was always that there were (and probably are) still some dependencies that are not yet modularized and...
Hi @krishnak, i'm not sure I understand correctly what you are trying to archive. It sounds like you want to copy one of the samples from the samples project into...
I'll close this issue as using chartfx-samples as a dependency is not a supported usecase. One of the issues i can see from your example is that that the financial...
Sorry for the late reply, the problem seems to have been that you were trying to build javafx samples from main against chart-fx 11.3.0 (the last released version at that...
Thank you for the very detailed reports, that will help a lot with reproducing and fixing the issues:+1:. I'll try to follow this up, but it might take me a...
I think it's more related to #125 at least from the title? Sounds like we have to either fix the issues with UT (mentioned issue) or add some light abstractions...
Yes, I also noticed this just yesterday, this is due to the compile time reflection generating the code that allows to update the setting with a coresponding tag. Shouldn't be...
Hey @daniestevez, thanks for the detailed report, this is due to the way the conflict between "needs at least 2 samples to process due to the denominator" and "tags are...
Thanks for the detailed explanation and examples, looks all correct to me. > Then I could have a custom block that filters out these tags, removing all of them except...
This is basically the same issue as the one that is blocking the DataSet sink. Tags are unconditionally consumed not considering if they were applied at all. Unfortunately fixing it...