Vladimir Krivosheev
Vladimir Krivosheev
I ended up with using Google Takeout — https://github.com/develar/gphotos-takeout It is not convenient and bad, as to do sync you have to manually select albums to take-out and remove manually...
> and found that rdfind can hardlink the duplicates to keep space under control. @ScottESanDiego Thanks for the link. What's I have discovered — files are duplicated not only for...
Besides installation, also build failed, so, you have to explicitly hoist such dependencies. Example `.npmrc` for project: ``` public-hoist-pattern[]=*react* public-hoist-pattern[]=airbnb-js-shims public-hoist-pattern[]=lodash public-hoist-pattern[]=prop-types public-hoist-pattern[]=deep-object-diff public-hoist-pattern[]=markdown-to-jsx public-hoist-pattern[]=uuid-browser public-hoist-pattern[]=*emotion* public-hoist-pattern[]=polished public-hoist-pattern[]=doctrine public-hoist-pattern[]=fast-deep-equal public-hoist-pattern[]=ansi-to-html...
Do I understand correctly that you suggest writing custom data as trailing data to the end of ZIP file? It was initially implemented in this way, but Apple `ditto` doesn't...
One note to comment above regarding `k3d-registry.localhost:5000` — on macOS k3d failed to add entry `127.0.0.1 k3d-registry.localhost` to `/etc/hosts`, so, werf cannot resolve host. `sudo nano /private/etc/hosts` can be used...
Will be Stapel covered or it is another issue? (ability to `werf build` without running Docker).
docker 17.10 cannot be used in production because contains some critical errors (that fixed in the 17.11, but again, it is edge release and another critical error maybe). As a...
Actually, logspout supports several container name filters. Just use several endpoints. See example for k8s: https://github.com/gliderlabs/logspout/issues/404#issuecomment-404111589 I don't like this way — because you need to repeat endpoint details, and...
@tongv As commented, nothing prevent you to use multiple file name filter, please see https://github.com/gliderlabs/logspout/issues/404#issuecomment-404111589 Example (for kubernetes (rancher 2.0), as Docker Swarm is not good for production): `syslog://logsN.papertrailapp.com:N?filter.name=k8s_YOUR_CONTAINER_NAME1_*,syslog://logsN.papertrailapp.com:N?filter.name=k8s_YOUR_CONTAINER_NAME2_*`
It is awful. K8s doesn't support containers labels and filtering by labels doesn't work (https://github.com/kubernetes/kubernetes/issues/26275). And it is only several lines of code to support multiple names as it is...