Andreas Kohn

Results 124 comments of Andreas Kohn

FWIW: "synoacl" is module from Synology indeed, you can find the sources in the archive kmsynoacl.txz at https://archive.synology.com/download/ToolChain/Synology%20NAS%20GPL%20Source/7.1.1-42962. From the docs inside it: ``` MODULE_LICENSE("GPL"); MODULE_AUTHOR("Synology Inc."); MODULE_DESCRIPTION("Add Windows ACL...

What problem does this solve?

Does that only happen with `image/svg+xml`? I just checked our project, and our `image/png` data: URLs survived the processing properly.

Likely related: https://github.com/Polymer/polymer-editor-service/issues/104

Two cases here: 1. The travis container infrastructure hasn't been updated in _ages_ with a new oraclejdk8 version (https://github.com/travis-ci/travis-ci/issues/3259), and now at least for me the oracle-java8-installer workaround fails because...

Also: Thanks for this tool! I was a bit concerned how to unfurl my backup (old long-gone computer!)

For what it is worth: This was also what I now did, given AWS's mails pointing here and saying "but btw, you need to specify roles because fancy".

We hit this as well for a serverless API, and worked around the problem using a custom resource. This was a lot of work (and a lot more than expected),...

Before adding more "noise" with tests: Let's first check whether the general assumptions are sane. FWIW: I'm using this (adapted for v2.22.0) in our QA environment right now, and will...

Found while testing: When referencing the alias one needs to introduce a dependency on that alias, otherwise the custom resource handler may fail with a message such as this: ```...