Tzach Shabtay
Tzach Shabtay
Is there any workaround for this? Trying to update tick labels and positions dynamically but it doesn't work. I also tried recreating the slider completely (as illustrated here: https://github.com/seiyria/bootstrap-slider/issues/714), but...
Workaround: ```golang package main import ( "reflect" "github.com/imdario/mergo" "github.com/sanity-io/litter" ) type nullTransformer struct { } func (t *nullTransformer) Transformer(typ reflect.Type) func(dst, src reflect.Value) error { if typ.Kind() == reflect.Ptr {...
> migra has no way of detecting table renames. If a table has been renamed, the table as it was before the rename will remain and a new table will...
@ahmetb while there's a workaround it's still an annoying issue (`govvv` doesn't work with modules) which forces us to handle it differently from all other tools, so I think this...
@rkhaotix I'm having the same problem (using 0.9.4 stable). The "fix model" tool is deleting all of my tables except one, so I can't use it. How can I fix/troubleshoot...
@mac-s-g are you doing any virtualization (i.e only rendering the part that's visible on the screen plus a little extra, and then rendering on-the-fly when scrolling)? Because if you're rendering...
@killjoy2013 not that I know of. My suggestion was to use `react-virtualized` inside this project to solve this issue (assuming the issue is because of missing virtualization, I don't know...
> Your testing plan would be really awesome, if we can work through the logistics of it. I think it will be very difficult for us to get it running...
@jenisys any update on this? Seems like there wasn't any release in 4 years, even though there are incoming commits which is confusing. We're especially waiting on https://github.com/behave/behave/pull/391, to see...
This is still a desired feature, mr. bot.