cyber
cyber
Installed tiny via: `cargo install --git https://github.com/osa1/tiny` `$XDG_CONFIG_HOME` is set to `/Users/name/.config` `$HOME` is set to `/Users/name` However when running for the first time: `tiny couldn't find a config file...
Here is my setup: ``` service, err := selenium.NewChromeDriverService("./chromedriver", 8080) if err != nil { panic(err) } defer service.Stop() caps := selenium.Capabilities{"browserName": "chrome"} caps.AddProxy(selenium.Proxy{ Type: selenium.Manual, SOCKS: "proxy.com", SOCKSVersion: 5,...
https://ml5js.org/docs/image-classification-example chrome just freezes and doesnt allow keyboard operations (ctrl+r) or clicks on webpage. The only "suspect" in my opinion is the fact that tensorflow.js doesn't fully support windows (current...