sergproua
sergproua
JSFiddle here, 4 tabls with a slider on each tab, initial tab always renders correctly https://jsfiddle.net/sergpro/126mebfm/
Hi @pgksunilkumar, i tried your solution but it breaks positioning of the tick labels. Hi @seiyria, any chance of suggesting a true workaround for this? Thanks!
hi, since the example is already provided can labels be changed to bug, etc? Hoping this would get more attention.
I've revised the example where refresh method is called on a slider - https://jsfiddle.net/sergpro/126mebfm/ Reaching out to jQuery/Bootstrap experts who knows how to make Slider refresh when component is hidden/shown
I am having similar issue with the groupBy and Skip. version 3.4.9 The difference is the order of the elements - 0,0,1,1,2,2 (works) vs 0,1,2,0,1,2 (hangs) ``` @Test public void...
Thank you both for a quick reply. I'm wondering if it'll be easier to ditch DateAxis and * use NumberAxis with X=(0,1,2,3,4,...) and custom XYDataItem. My items would have date/time...
I suggest that validation and execution are split into two methods, so the Command class implementation would look something like this ``` interface CommandWithValidator implements Runnable { void validate(); }...
I love it!!! Sorry all for editing this multiple times! I have added it to my project here https://github.com/sergproua/learn-picocli Async execution also works. Question - is there better way to...
My proposal is not to impose restriction although it might seem like it but to enforce Single Responsibility Principle on Indicator which is a function and should not have ability...
Hi Simon (@team172011). I was thinking to implement cache myself and came across this ticket. I've reviewed your great work and was wondering what was the reason for removing CacheProvider...