Rambaud Pierrick

Results 279 comments of Rambaud Pierrick

I'm still interested but I was swamped with many things all year, I'll do some open source work starting this week and this repository is on my todo list

that's normal you're trying to divide a "str" by 1024. The result of the `re.sub` is a string so it needs to be casted to `int` first. Also why using...

SNAP will require extra work but definitely possible. But before doing anything the pipy one must work

Are you sure that it's normal vuetify behaviour ? Because if I do the same in a select : ```py tutu = v.Select(items=climate_regimes, v_model=None) ``` then `tutu.v_model` has the expected...

yes and no. with : ```py tutu = v.Combobox(items=climate_regimes, v_model=None, return_object = False) ``` I effectively get the `value` field in the `tutu.v_model` but then what's written in the combobox...

@mariobuikhuizen, my master branch is out of sync and I would like to work on improving the documentation. Could you merge or close this issue so that I can rebase...

I know that's an old one but I have news on this issue: So when you use the fullscreen option of the map the div that contains the map get...

Here is the start of a solution. I created a custom fullsreenControl that fake the fullscreen behaviour by manually setting the dimensions of the map. as I keep control over...

Is it the same issue that is making the loading of voila based dashboard super slow when it includes ipyvuetify widgets ? (I'm speaking of the loading when voila read...

> I don't believe this impacts voila, which doesn't use lab extensions... yet. 😢 thanks for your reply... I'll keep an eye on this issue though as my devs are...