Samuel Loup

Results 5 issues of Samuel Loup

Hi Sam, I present you this project, designed firstly as a "collaboration tool" https://github.com/QiBud/org.qibud.project The project is currently frozen, but QiBud works as you describe, like a widget server :...

on the road for webpack 4?

Thee Verify and test impl. Add components backend https://github.com/twitter-fabric/velocity-react

Expose win32 IsIconic: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-isiconic This is usefull for showing windows and keeping the correct last state, ex: ``` const {Window, WindowStates} = require('win-control'); const win = Window.getByPid(pid); if (win.isMinimized()) {...