Massimo Di Stefano

Results 61 comments of Massimo Di Stefano

confirmed in: https://github.com/pydantic/pydantic/issues/6701 `ModelField` is no longer available

it was a mapping issue, I finally fixed it by setting "preferred_username" as username mapping from my log-in provider - found some clue from the "well-known/openid-configuration" provider link

our OIDC provider is issuing the following info as `claims_supported`: ``` ["aud","sub","iss","auth_time","name","given_name","family_name","preferred_username","email","acr"], ``` I had to change the nextcloud oid settings to mapp the `Uid` to `preferred_username` in our config,...

interaction between widgets is not working - I am digging into the `ipywidgets_bokeh` src code but with no luck ... @philippjfr any pointer/way to better debug this issue? Thanks for...

Cross-posting from: https://discourse.bokeh.org/t/bokeh-2-4-issue-rendering-ipywidgets/8441/2 Can't manage to get a basic example working. The IPywidgets are rendered correctly into a bokeh server app, but the linking between widgets is lost. For the...

Hi, is there any plan to re-add the ability to interact between `ipywidgets` and `bokeh` - is such a core functionality no longer supported in `ipywidgets_bokeh`? I've tried different combinations...

@mattpap @philippjfr any hints on how can I debug this issue? is there any relevant log I can capture to help you debug this issue? perhaps by changing/adding logging statements...

@mattpap @philippjfr Any pointer on how to debug? (jslink not working between "wrapped" ipywidget linked to bokeh widget ) -- Is this bug going to be addressed ? I was...

This is still an issue :( I updated all the involved libraries to the latest stable version.: ``` (base) jovyan@0fec7b75a0de:~$ panel serve untitled.py 2023-10-10 12:48:00,975 Starting Bokeh server version 3.2.2...

> Getting jslink to work is unfortunately quite difficult but I also haven't been able to dig into it very deeply yet. I understand that, it is such a cool...