webcoderz
webcoderz
how far have u gotten with reverse engineering?
Yea I'm not either I am a novice python programmer and going to school for Computer science . I also like embedded macines so it sounds like it could be...
https://github.com/TheDataRideAlongs/ProjectDomino/pull/55
thanks :) i was wondering how to do that,
``` apiVersion: v1 kind: Service metadata: name: dask-scheduler spec: ports: - name: "8786" port: 8786 targetPort: 8786 - name: "8787" port: 8787 targetPort: 8787 selector: dask.org/cluster-name: dask dask.org/component: scheduler ```...
same problem on: ``` kubectl version Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:48:33Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"linux/amd64"} ``` **EDIT** Solved it for me was a different problem not really applicable...
Yea looks like this hasn't been resolved after testing ? https://github.com/graphistry/pygraphistry/issues/373
heres some options including how to run it headless which should help from selenium.webdriver.chrome.options import Options chrome_options = Options() #chrome_options.add_argument("--disable-extensions") #chrome_options.add_argument("--disable-gpu") #chrome_options.add_argument("--no-sandbox") # linux only chrome_options.add_argument("--headless") chrome_options.headless = True #...
Yes but then how to set from command line?
Yea the only reason that was done is because of the way the sys.["modules.shared"].__class__=Shared is set, if that could be changed in a way that can be pickled then No...