Colin Claverie

Results 4 comments of Colin Claverie

I am using electron-boilerplate but I trust the logic would be the same here. I sign my app twice. First the "app.exe" and then the "app_installer.exe" ``` var sign =...

I'm not sure how to implement what @swils suggests but here is how i have done it :+1: just after `i.find('a').html(that.highlighter(text, item));` (in render, line 272 in my version) I...

I pulled my hair on this one for months. My solution was similar to this https://github.com/inertiajs/inertia/issues/775#issuecomment-876030983 above Spoiler : the problem was because a "Proxy" made its way to my...

Yes. It's the open source library behind draw.io and it can definitely be used for network visualisation. There is also a full featured editor, but you can render graphs programatically...