Minyar Ettih

Results 14 issues of Minyar Ettih

Hi, I'm using electron-tabs to manages my tabs in Electron. When I add many tabs and the tabs (in "etabs-tabs") return to line, the add button ("etabs-buttons") is placed in...

Hello ! I've just stumbled upon facenet-pytorch. according to the documentation, this module can detect and recognize faces. In my case, I'd like to classifying 20,000 images based on the...

Hi, I have the same problem as #64, I tried to use forceSNI to have a single https server for all hosts which uses only one port for listening. `proxy.listen({...

``` 'use strict'; var port = 4389; var Proxy = require('http-mitm-proxy'); var proxy = Proxy(); proxy.listen({port: port}); console.log('listening on ' + port); ``` The MITM creates a **HTTPS server** for...