Jens Hedegaard Nielsen
Jens Hedegaard Nielsen
@SylvainCorlay Do you have any idea of how to hook this up to the widgets and send a close message to python when the widget is destroyed/closed from the notebook
That makes sense. There is is certain mismatch between the Matplotlib APIs which and designed around GUI frameworks where there is a 1 to 1 relation ship between a figure...
Mypy failures are caused by https://github.com/python/typeshed/pull/8064 being part of mypy 0.971 now released
I have been using this for a while and other people in #9884 reports that this solves the issue for them too. Would it be possible to have this reviewed?
@AA-Turner @takaakiaoki would it be possible to have this reviewed?
I ran into an issue typechecking import from opentelemetry-sdk Running ``` mypy .\test.py ``` where test.py simply contains an import from opentelemetry-sdk ``` from opentelemetry.sdk.trace import TracerProvider ``` results in...
@sk- Thanks I figured out the same but forgot to post here. I find it a bit surprising that mypy requires you to set flags depending on details of your...
@klkl0808 You can safely disregard that. There is a bug in codecov where it sometimes does not merge all the coverage from the different runners correctly (this test only runs...
> The order of the arguments in the __init__ is a little bit unintuitive (especially when compared to the Parameter class). I wanted to leave the order of the existing...
@klkl0808 Thanks, I think its fair that we wait with figuring out if merging needs to happen later