Jeff Langdon

Results 8 comments of Jeff Langdon

I too am in support of enabling debounce to work in the same fashion as DCC and DBC for a consistent interface across components. In the meantime - it appears...

awesome! looking forward to seeing how it develops. thanks!

> This item is kinda ambiguous. I am entirely on board with moving forward with suggestion 1 and scratching suggestion 2. They were just ideas I had about how it...

Could it be related to this? https://plotly.com/python/webgl-vs-svg/ > Context limits: browsers impose a strict limit on the number of WebGL "contexts" that any given web document can access. WebGL-powered traces...

To accomplish the same thing w/o editing the package code you can also override the callback method. ```python class OIDCAuth(oidc_auth.OIDCAuth): def callback(self, *args, **kwargs): res = super().callback(*args, **kwargs) if prefix...

I am encountering this error too. I believe the issue is that the `.cp` command is treating a file like a remote resource but it is in fact a local...