Svilen Markov

Results 154 comments of Svilen Markov

Thanks for reporting this. Unfortunately as of now there isn't a way to increase the timeout period. I'm aware that it might be quite unforgiving at its current value of...

Hey, thanks for reporting this! In all honesty I still have no idea why some people are seeing vastly degraded network performance from within their Docker containers. Glance's image is...

Thanks for providing the diagnostic info! Based on the fact that the first two requests took 34ms and 219ms and didn't involve a DNS lookup, then the subsequent 3 requests...

Unfortunately this is about as far as my network debugging abilities go. You could try pinging between two random containers to see if it's a widespread Docker network issue (presumably...

@RestartDK It has been in the README under "Common issues" for quite a while now.

@andrecalil Have a look at [this discussion](https://github.com/glanceapp/glance/discussions/104), since a lot of that still applies. The front-end wasn't built in a way where you can unload/unmount anything, so refreshing individual widgets...

> the way I've done it leverages the setupPage function, which fetches the page and updates the document HTML The `setupPage` function calls other functions, some of which add event...

Hey, I believe you should be able to do this currently by mounting your certificate in the `docker-compose.yml`: ```yaml volumes: - ./certs/mycert.crt:/usr/local/share/ca-certificates/mycert.crt:ro ```

Hey, based on the information you've provided, I don't think that this is a bug. When you see "in x" that means a future time, when it's without the "in"...

That is already the case, parsing a date without time will set the time to midnight. I believe the issue is that the time is by default parsed in UTC...