Hasnat
Hasnat
running into the same problem but, here are some details on a defaultProps and isRequired behaviour https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/default-props-match-prop-types.md
thanks @paulfitz for the directions on test cases. I can try adding a couple along with haxe main change. my aim is to have summary include following details (satisfies my...
hi @paulfitz slight updates to this PR this is going way beyond the diff specs here https://paulfitz.github.io/daff-doc/spec.html initial aim of mine was to capture diff/diff types counts against columns e.g....
> There's already an `agent` option, but it doesn't look like it's fully implemented. What do you think about using `agent` instead of `httpAgent`? you're right; agent + httpAgent certainly...
thanks, your mentions probably already have alerted maintainers. let's see what's suggested.
@AbrieJCronje my guess would be. if a docker daemon is live-reloaded it might kill the connection on `unix:///var/run/docker.sock` only restart of autoheal container itself would fix it, can you check...
if your container has dependencies, and requires service A to be functional. best if you broaden their health checks to include other containers? e.g. php-apache-application: healthcheck => `check-can-access 120.0.1:80 &&...
one per node should be fine. This works off a docker socket shared to container, infact `network_mode: none` for autoheal would work too. Generally users would have application services compose...
this is more of a docker-compose / yaml parser behaviour, try double quoting your envs e.g. ``` environment: - "AUTOHEAL_DEFAULT_STOP_TIMEOUT=${AH_DEFAULT_STOP_TIMEOUT}" ``` or ``` environment: - AUTOHEAL_DEFAULT_STOP_TIMEOUT="${AH_DEFAULT_STOP_TIMEOUT}" ``` or ``` environment:...
related comment to this "flashes to black" bug https://github.com/portainer/portainer/pull/2159#issuecomment-822075008