MoonZ
MoonZ
It's not a direct answer to your question, however the list of 'applicable' item types can be consulted in the source code [here](https://github.com/hoffstadt/DearPyGui/blob/1651e65a4ac8ecaf3bda5019f2d8c8106b371820/DearPyGui/src/ui/AppItems/mvAppItem.cpp#L301)
Hello, I see this issue has been closed, but I wanted to let you guys know I encountered the issue yesterday on a similar context: I installed docker-compose on a...
@Alkarex : I understand your point. Please know that I rm'd the container, ran the command again (3 attempts), tried to stop/start it, reboot the host... (and an apt update...
@Alkarex: OK, let's test it again. I stopped the `freshrss `container, ran a new named `freshrss2`: ``` docker run -d --restart unless-stopped --log-opt max-size=10m \ -p 8081:80 \ -e TZ=Europe/Paris...
@Alkarex: the 'Request Timeout' is a screenshot of a Chrome browser directly targeting the served port 8081 on ethernet wired LAN. No proxy, no router, just a switch. I've noticed...
So... I tried the `edge-alpine` version (with the help of a friend explaining what tags are and how to use them): ``` docker run -d --restart unless-stopped --log-opt max-size=10m \...
@Alkarex : yes, I'm now convinced it's the root cause, and it explains the instantaneous HTTP 408 error codes (no delay between the request and the timeout). I tested it...