Andrei Pozolotin
Andrei Pozolotin
@tribbloid Peng: 1) try v 1.1.x: https://bintray.com/random-maven/maven/flatten-maven-plugin 2) like this: https://github.com/random-maven/flatten-maven-plugin/blob/master/src/it/test-2/pom.xml#L65 3) mojo help: https://random-maven.github.io/flatten-maven-plugin/flatten-mojo.html
@all : I think there is a basic design issue with `mojohaus` version: mutable vs immutable `model` which can be addressed by something like this: [random-maven/flatten-maven-plugin](https://github.com/random-maven/flatten-maven-plugin/blob/master/src/main/java/com/carrotgarden/maven/flatten/FlattenMojo.java#L405 ) ``` // after...
@lihaoyi, please merge
@lihaoyi, please merge
`pillow` now knows about `iconutil` https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#icns https://github.com/python-pillow/Pillow/blob/master/src/PIL/IcnsImagePlugin.py#L306 ```python def _save(im, fp, filename): """ Saves the image as a series of PNG files, that are then converted to a .icns file...
and `linux` has `png2icns` / `icns2png` https://icns.sourceforge.io/ https://archlinux.org/packages/community/x86_64/libicns/ ``` usr/ usr/bin/ usr/bin/icns2png usr/bin/icontainer2icns usr/bin/png2icns usr/include/ usr/include/icns.h usr/lib/ usr/lib/libicns.so usr/lib/libicns.so.1 usr/lib/libicns.so.1.2.0 usr/lib/pkgconfig/ usr/lib/pkgconfig/libicns.pc usr/share/ usr/share/man/ usr/share/man/man1/ usr/share/man/man1/icns2png.1.gz usr/share/man/man1/icontainer2icns.1.gz usr/share/man/man1/png2icns.1.gz ```
an easy solution could be to include into the default app template a linux script which produces images for all platforms, for example: ```sh #!/usr/bin/env bash set -e -u image_source=${1:-arkon.png}...
Amazon S3 Client Side Encryption: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html Support for Option 2: Using a Client-Side Master Key: http://docs.aws.amazon.com/AmazonS3/latest/dev/encrypt-client-side-symmetric-master-key.html Experimental release on Maven Central, in non Kuali name space: http://search.maven.org/#artifactdetails%7Ccom.carrotgarden.maven.wagons%7Cmaven-s3-wagon%7C1.2.2-rev001%7Cjar Master key derivation...
a solution could be a change to a `lazy-init` pattern: ```javascript Object.defineProperties(Vue.prototype, { $auth: { get: function get() { if (!this.__auth__) { if (this.$http) { /* use user-provided axios */...
1. thank you for the idea 2. you are welcome to send a PR for a new unit, to be named, say `initrd-tinysshd-secure.service`, which can rely on new support functions...