-
I try to convert your code to python 3 like this:
# Receive 1024 bytes from stream
def recv():
dat = sock.recv(1024).decode()
return dat
# Sends given bytes over the stram. Adds debug
…
-
![image](https://user-images.githubusercontent.com/11072899/229963982-004d7085-6b42-4479-8e2c-c98a0d705b84.png)
-
Currently we have in our experimental CI setup (#246) the following failure:
```
find ./util -iname '*.py' -print0 | xargs -0 -n1 $PWD/util/lintpy.py -f
========================== Starting Comman…
-
Hi,
I like the approach of this plugin to automate the build of swagger and sphinx pages, but I think that it will be better if Swagger UIs can be embedded into final Sphinx pages, instead of standa…
-
Creating a virtualenv with `--always-copy` on a platform that uses `/lib64` directory seems to be impossible.
On CentOS 7.6, the same happens both with the system packages (python **2.7.5**, virtua…
-
When installing scylla on rocky9 is fails with the following error
```
Command: 'sudo yum install -y scylla'
Exit code: 1
Stdout:
Last metadata expiration check: 0:00:05 ago on Thu 01 Sep 2…
-
Love it, so much nicer then iperf, if only it had CLI version so I could use it form the remote ends of network.
And then maybe a pyhon3 wrapper so I can automate those test?
best regardas
Maciej
-
On an Mbed 2 project I'm running `mbed deploy`.
Then it says:
```
[mbed] Downloading library build "a330f0fddbec" (might take a while)
```
It's been doing this for over 10 minutes already. …
-
```
/Traceback (most recent call last):
File "/home/dev/factsv1.0.0/branches/emulandice.setup.fix/facts/scripts/ve3…
-
>
## Version of the custom_component
## Configuration
```yaml
Add your logs here.
```
## Describe the bug
A clear and concise description of what the bug is.
## Debug log
…