Eric Parisot

Results 31 comments of Eric Parisot

Nop, we decided it was not vital but the problem is still there...

@antoiloui in fact I just came accross it today, and fixed it by sorting the select options on the client side. See following js code (usage: sortSelect(document.getElementById("select_id"));) ``` function sortSelect(selElem)...

Hey thank you for your detailled answer ! I finally managed to use the library the way you decribed by building it locally and hosting it in my Django project...

Hi @xShields , to use the library as I did, just download the released build (I use sigma.min.js version), graphology.js and graphology-library.ls (depend on your needs thought) locally. Then you...

Thank you this is awesome !

That's great thank you !

This is extremely usefull thankyou !

Hi and thank you. Unfortunately, it seems the discussion you mentioned doesn't really deals with Android permissions... At least, it seems that a rooted device have no problem, but it's...

> Sorry, I don't know how to deal with a non-rooted device. Ok I'll try to figure it out... It may be possible since the usb_serial package works but I...