Clément Hallet

Results 34 comments of Clément Hallet

Is it really a problem with `Rnd` ? As I see it, it renders eveytime the `App` state changes, nothing unusual.

> We should also pass the logger to Vega-Lite. Isn't it already done since the part that adds the logger works with both Vega and Vega-Lite specs ? The mode...

@domoritz sorry it went out of my scope. I haven't added a test for the last change though and I will have a closer look at it.

Sorry, I will have a look in the next days.

That breaks Django _[ManifestStaticFilesStorage](https://docs.djangoproject.com/en/2.2/ref/contrib/staticfiles/#manifeststaticfilesstorage)_ in production. Not only the request going to the static file, but the page refering to it, since it tries to inject an md5 hash from...

By the way, this 4.0.4 is broken and the simple fix has been provided to them 23 days ago : #106

I had a similar problem with a vega inside a container with `transform: scale(xxx)` style. Exploring the call stack, I may have identified a lag between the "inner" coordinates (the...

> I recommend scaling your chart in Vega instead. See https://vega.github.io/editor/#/examples/vega-lite/bar_size_responsive for an example of how you can listen to changes to the container size (also look at the generated...

I'm trying to come up with something similar. The main difficulty here resides in the *ServiceProvider* model which uses `IDP.load()` (more or less the config loading) but where the HttpRequest...