uriyay
uriyay
### What were you trying to do? Copying a file from esp32 to my PC ### What steps did you take to trigger the issue? I tried to copy boot.py...
Had the same issue as [this](https://github.com/kubernetes-sigs/krew/issues/706) When I tried to run: `kubectl krew install sniff` Digging into it, I saw that it tries to run: `git config --get remote.origin.url` from...
## What kind of change does this PR introduce? Added support in requests.Session in order to solve https://github.com/prodigyeducation/python-graphql-client/issues/54 ## What is the current behavior? client.execute() calls to requests.post(), using a...
In the end of idascript, there is: `os.remove(OUTFILE)` that fails due to how tempfile.mkstemp() acts, it returns fd and the filename. The fd was remained open, and thus the error...