François Kneib

Results 10 issues of François Kneib

Hi Davide, I hope you're going well. I'm facing a technical issue these days with remi, due to one of its limitation. Today I worked this around with subclasses and...

Hi Davide, I finally upgraded Remi from 2019.11 to 2020.11.20 some days ago, so that I can benefit from the bugfix of the connection drop we worked on. It seems...

Hi Remi, I usually use add_class() and remove_class() on Widget objects to style my objects depending on various events. However, when an action using add_class() is triggered multiple times, the...

Hi, If the a dropdown item text is a unicode string containing special characters, the dropDown.get_value() returns None. However, if you put an "on_click_listener" on the dropDown, the callback function...

Hi, I would like first to congratulate you for your project, its very nice, well designed and useful. As I am a python developer, I could help a bit. I...

Hi, I have two propositions to submit about the way the `run()` function in mechanics_run.py works. I need both of them to make a better integration of Siconos inside PlatRock....

Hi, I experience very slow 3D view of hdf5 files with siconos_vview which makes it nearly unusable. I use the latest version of siconos from master, under Ubuntu 20.04 and...

Hi, I'm currently trying to update Siconos, still for PlatRock usage. I know @fperignon that you worked hard on Siconos install / python package paths a few months ago, thanks...

Hi, According to https://www.swig.org/Release/CHANGES.current , the signature of `SWIG_Python_AppendOutput` changed in 4.3 which causes a siconos compilation error. They suggest to use `SWIG_AppendOutput` instead, which has the same signature of...