Josef Brandl
Josef Brandl
I'll have a look this weekend.
@omarbelkhodja Here is a quick [jsfiddle](https://jsfiddle.net/azg1t8df/). Both chrome and firefox (`dom.webcomponents.enabled` set to `true`) report `false`. So that method cannot work with the real shadow DOM!
@omarbelkhodja Take as an example a site that has tabs in its menu bar. Assume the menu bar is a webcomponent and has the tabs in its shadow DOM. Resize...
+1 because I tried for a while to make it work until I found this issue :)
Component is working again (on 2021.7.3) https://github.com/Ligio/hacc-ozmo/issues/24
There was an issue that is now fixed (https://github.com/Ligio/hacc-ozmo/issues/24) Things are working again. Tested on 2021.7.3. Logs can be found in Settings -> Logs (third item from the bottom)
I tested the `rewrite-timestamp=true` option today (introduced in https://github.com/moby/buildkit/pull/4057). It looks like it also rewrites layers of the base image. More specifically, every layer but the first. That's a bit...
RSVP hasn't it's own site, yet. You could either: - Use Ember's doc site http://emberjs.com/api/classes/Ember.RSVP.html http://emberjs.com/api/classes/Ember.RSVP.Promise.html - Use the spec https://github.com/domenic/promises-unwrapping - Or read the code comments