David Lorenzo
David Lorenzo
**Environment:** - Ubuntu 18.04 bionic x86_64 Linux 4.15.0-136-generic - Tried on Python 3.7.10 & Python 3.8.8 - using miniconda virtual environments (conda 4.9.2) **Code snippet used:** ```python from vibora import...
### What does the program do ? ProjectEuler Python problems 1,2,4,6,7 ---- ### In what programming language it is written? Python
### What happened: - Have SparkleShare closed (to avoid spamming github with useless commits) - Editing files in local - Open SparkleShare to push the changes to the remote Git...
I run SteamCleaner and it removed the video files from Assassin's Creed I (uplay version). This means the intro video is not being played, but missions are not working neither....
Tried deploying a container with this image on Armbian (an OrangePi PC board), but it constantly restarts. First, tried running it with the following DockerCompose (I previously deployed the exact...
**Describe the bug** I'm having the same problem as previously reported in #13: when running a SearchClient.suggest() query, returns a `PENDING` string. **To Reproduce** Running the example code blocks from...
Trying pyminifier (great project btw) on this project of mine (just to test this tool): https://github.com/David-Lor/MQTT2MongoDB The project have 3 files: `__main__.py`, `mqtt.py`, `mongo.py`. On the main file, the other...
### Description Given the following `docker-compose.yml`: ```yaml version: "3" services: example: image: ubuntu command: - sleep - infinity volumes: - /tmp/docker-bindmount-tst1:/mnt network_mode: none ``` If I run `docker compose up...
Hello there, I'm trying to run a syncstorage server in Docker, but I'm receiving this error when the server starts: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:...