Jose Sarmento
Jose Sarmento
### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8266/Esp32: Esp8266 Hardware: ESP-07S Core Version: 3.0.2 ### Description After an OTA update, the wifi credentials are forgotten. This is odd as...
As per the title, I would like to manually add an image to be tracked without needing to have containers that have been spun with it. This would be useful...
OS: Mac OS 12.6 Inkscape version: 1.2.1 inkscapeCircuitSymbols version: [05b434f](https://github.com/fsmMLK/inkscapeCircuitSymbols/commit/05b434fc3f2a1783433662967d24213bdd78a73c) Hello, I'm trying to place a component without a value, but it keeps automatically adding one. In my case, I...
Hello! Thank you very much for this, it's been very handy. I just wanted to ask two questions: - Typing ´docker stats´ shows me the container is around 60% to...
- Changed the image on the Dockerfile, as the previous one doesn't work for a 64-bit Raspberry Pi - Added a docker-compose example file and instructions on how to run...
In a local git repo, I enter: ```bash docker run -ti --rm -v ${HOME}:/root -v $(pwd):/git alpine/git status ``` and it gives me the following error: ```bash docker run -ti...