Silver
Silver
Interesting. `volumes = ["${NOMAD_TASK_DIR}/data:/volume_test"]` creates, to my great surprise, a _directory_ named `config.ini` inside of `/volume_test`, instead of the actual file with the actual contents. `volumes = ["${NOMAD_TASK_DIR}/data/config.ini:/volume_test/config.ini"]` results in...
Some more [research suggests that](https://stackoverflow.com/a/44950494/1179218): > The underlying reason causing the file being shared with -v to appear as a directory instead of a file is that Docker could not...
Orthogonally, it would also be a lot more convenient if the palette could be customized in cartridge code rather than the UI.
I guess I meant it in a more declarative/configuration fashion
I don't know, a Lua dictionary? JSON? YAML?
This is such a huge feature. Can we expedite reviewing this and getting this merged?
Thanks for reporting this! Quick question -- do you use the Argo Tunnel Kubernetes Ingress Controller, or do you use cloudflared as a sidecar?
Hi, The next `cloudflared` release will be built with Go 1.11.
We are currently working on packaging and publishing the cloudlared binary for Apple Silicon, unfortunately we don't have an ETA at the moment, but expect this to happen soon! Meanwhile,...
Experiencing the same issue: ``` javascript $scope.$watch('select2model', function (newValue, oldValue) { // First call: newValue = id of the selected entry. // Second call: newValue = object of the selected...