Reinier van der Leer

Results 513 comments of Reinier van der Leer

@woutervh- in reference to my [previous comment](https://github.com/woutervh-/typescript-is/issues/73#issuecomment-695786851): with `"strictNullChecks"` omitted from my **tsconfig.json**: ```JS false true false false ``` with `"strictNullChecks": true`: ```JS false true true false ``` with `"strictNullChecks":...

(Sidenote: I looked into fixing this myself and making a PR, but there was so much code and it seemed immensely complex; I didn't even know where to begin. If...

Bump; please check out this PR :)

@codebender828 check out class components for Vue, it solves this problem entirely without the need for extra files. I use it all the time and am very glad it exists....

> Tried using local (docker.sock) environment and Portainer agent environment. Both give errors saying `stack.env` can't be found. > > With portainer agent, it worked after trying the suggestion from...

@fcaspani01 nice that it works but extremely bodgy and non-portable workaround.

I am noticing the same issue on my server with `portainer/agent:latest` and `portainer/portainer-ce:latest`. I am trying to add a stack from a git repo, which fails with the error "_failed...

PR adds more characters than it removes, and adds linting errors. Closing.

Closing due to inactivity