ClemensSchneider
ClemensSchneider
I'm experiencing the same issue on `Asus Zenbook UX330UA` running `Ubuntu 17.04 - 64bit`
I'm observing a pretty similar behavior, where the loading of images is stuck in "setup" state and cannot be recovered even if the underlying img-src changes. For me this can...
Maybe the root for the issue is the static usage of `16px` in `scss/util/unit#unitless-calc`? ``` scss // If the base font size is a %, then multiply it by 16px...
This seems to explain it, yes. So is there an easy way to disallow inputting / identify non-recommended unicode emojis that are not meant to be supported cross-platform?
Also see https://github.com/ethercreative/seo/issues/243
Blast from the past :) Sorry, but I can't remember if and how I solved it... Most likey moved to inject the underlying CacheManager and doing the evict myself?
Lets say you have an `InputStream` and want it to upload with a name `test` and a mimetype of `image/jpeg`. My expectation was to set the `Content-Type` in the metadata...