joaopfg
joaopfg
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
I'm implementing a request-response model using mqtt 5. I'm using mqtt.js (v4.3.6) as mqtt client in a ts script running in a browser (with websockets as transport protocol). I'm using...
I am trying to obfuscate a very simple file like the following: ``` from file1 import f1 from file2 import f2 if __name__ == "__main__": f1() f2() print("f3") ``` The...
Is there a will to implement the obfuscation at package level ? I noticed that obfuscating file by file in a package using `pyobfuscate` command doesn't change variable names of...
Related to the discussion [here](https://github.com/encode/starlette/discussions/1847).
> python -m nuitka --version ``` 1.0.7 Commercial: None Python: 3.9.13 (default, Mar 28 2022, 18:48:27) Flavor: pyenv Executable: ${HOME}/test_package/venv/bin/python OS: Linux Arch: x86_64 Distribution: Ubuntu (based on Debian) 20.04.4...
##### SUMMARY I want to monitor the status of containers launched with docker-compose. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME community.docker.docker_compose ##### ADDITIONAL INFORMATION I want to monitor...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
Hi, I want to send images encoded with this library plus some metadata as strings to another C program. I have some problems: 1) The bytes of the encoded image...
The automatic generated folders (`artifacts`, `inventory` and `project`) make it impossible to run different playbooks (with ansible-runner) in different threads. I can of course remove these folders before and after...