Mircea Staicu

Results 8 comments of Mircea Staicu

@isaacs [this](https://github.com/traefik/traefik/issues/7111#issuecomment-1094679207) _might_ help. I'm running a different setup than yours, but I still serve the client via HTTPS and the live reload server has to connect via `wss` due...

I too have some issues concerning best practices on how to run Traefik in a local single ( and distributed ) node cluster. My local cluster is a single node...

Did you manage to solve this? I used a couple of libraries that register background tasks but I soon discovered that it wasn't the background task not running, but the...

Weirdly, I've switched to `Terminal.app` to see if I can get a better understanding of this. It seems that the application top bar gives more info on what processes run...

Sorry for the delay, it seems that setting `PURE_GIT_PULL=0` does the trick, it no longer checks if the current Git remote has been updated, thus not invoking Secretive. Added it...

> make a triple build (modules, commonjs, browser script) Modules = ES Modules, leaving the consumers' build pipeline to decide how they integrate the sources, enabling static analysis and tree...