Robert Dargavel Smith
Robert Dargavel Smith
> @teticio could you open a first draft PR maybe to show the design? I'm not 100% sure exactly how the inheritance problem looks like at the moment. Hi @patrickvonplaten,...
What I find works for me is to ``` pip install browser_cookie3 ``` add ``` import browser_cookie3 ``` to `safaribooks.py` and change ``` if not args.cred: if not os.path.isfile(COOKIES_FILE): self.display.exit("Login:...
Me too... Any reason why Cursor has moved away from using native SSH extension in VSCode? It was working nicely before... Otherwise thanks for a great product
I can give some more detailed info. Suppose we have an entry in the ssh config file ``` Host test HostName example.com ProxyCommand ssh -W %h:%p example.com User me ```...
Oh wow, that is fantastic! I would love for you to do a PR. Is this actually already working on Android? The only thing I would ask is if you...
While we are at it, it would probably benefit from slight refactoring so that there is a model.py that imports from model_android / model_ios / etc according to the platform,...
@Shak-Shat Any chance I could see what you have done so far? Thanks
Spotify - or some platform with users & music - could, but I don't se a way to do that with the data I have access to. Thanks for the...
An alternative is to write your own function to get the interface and IP by making the following changes to `exo/helpers.py`: ``` # from scapy.all import get_if_addr, get_if_list def get_if_list():...
Hey, thanks for this! I will leave it open.