Kirill K
Kirill K
Yes, the issue still persists for current wireguard (0.0.20180910-wg1) and docker-ce (18.06.1-ce). I have 2 nodes, both are are active and reachable over internal addresses but every 2nd request to...
JFYI, found very same issue: https://github.com/moby/moby/issues/37985
I managed to fix this: ``` $ hugo version Hugo Static Site Generator v0.63.1-CE9ACEB7/extended linux/amd64 BuildDate: 2020-01-23T20:15:47Z ``` 1. Generate syntax CSS style: ```bash hugo gen chromastyles --style=monokai > static/css/syntax-monokai.css...
Just to let you know, I've faced exact cloud-to-cloud situation, would be really glad to see this finished and merged in :+1:
@ndobbs We're using following construction: ``` terraform plan -var-file="var/$(tf workspace show).tfvars" ``` It's a handy way to evade errors. Of course, it's only suitable in case each workspace possess dedicated...
+1, really annoying bug, especially with `'DELETE'` part.
Here's pull request for one I found: #21
@wsxiaozhang I don't really know, is it possible to raise msg size limit on plugin's side?
It's also possible to solve the issue using third-party updaters, e.g. [stakater/reloader](https://github.com/stakater/Reloader). After installing it, Hajimari chart's values need to be populated with following block: ```yaml controller: annotations: configmap.reloader.stakater.com/reload: "hajimari-settings"...
Hello! Which version of PyNamecheap are you using? Please provide a commit hash. It's possible that issue is about replacing URI params with POST data when large (>10) amount of...