Inti Ocean
Inti Ocean
I have managed to do something similar (I'm not modifying the returned value) but fetching an existing object based on a parameter passed to the factory and sharing here in...
+1 for a release - I've experimented with the beta version and it appears to be working fine!
I define the below class and then initialise it with the data ```python class TimeSeriesChart(Chart): chart_type = 'line' scales = { 'xAxes': [Axes(type='time', position='bottom')], } # make bezier curves pleasant...
+1 for a new release. In my case it's blocking migration to use zoneinfo as per https://github.com/sdispater/pendulum/issues/646. As the last release was over 2 years ago, I'm considering if we...
I have managed to work around this issue following the steps noted in this commit (I think it is occurring as I have hidden the navigation bar in the view...
I've been scratching my head trying to work this out for the last day! Now need to figure out how to work around this. --- UPDATE: I finally have something...
As noted in #10115 > I have managed to work around this issue following the steps noted in this commit (I think it is occurring as I have hidden the...
Thanks @jonmmease - good to know that ~150MB is the expected memory usage of using VegaFusion. As @ericmassip mentioned. We were surprised, as we have a number of workers serving...
We have a small number of workers: 3 per application and we have 2 applications running off the same codebase so 6 workers at present. NB: _This is a very...
Completely agree @jckw however sadly I don't have time at the moment to setup tests for the widgets (none of them have any!). _Side ramble: I looked in the test...