rickhall
rickhall
You could imagine implementing this in a non-breaking way. For example, add some sort of flag property to the request options to indicate whether you want a "full" response or...
It is not that it isn't possible with m.request(), it is that is is more complicated than it needs to be. I might be able to use fetch(), but if...
Agree with BJ, you can't start without a security manager.
I am trying to show video camera and screen share at the same time as well. I have a PoC partially working, but I am most certainly not doing it...
I am seeing the same issue in my project. My placeholder styling stays in place indefinitely, even after the image is loaded, but any hovering or scrolling events quickly changes...
No. You can see the same bug in this demo: http://hilongjw.github.io/vue-lazyload/ You can just keep clicking "Switch" until you see some images come up an remain the "spinner" icon. When...
I'm not sure if it was fixed, since I moved away from the approach and did it a different way.
The fact that this issue is clearly visible in the demo is sort of a hint that it is a bug. It would be nice to have it fixed, but...
@tarponjargon I didn't create a generic component, I just did something specific for my situation. Effectively, I just used a class marker to mark my non-rendered elements, listened for scroll...
Not to step on anyone's toes, but perhaps it makes sense to create a "next" branch that can be next major rewrite and allow others who are willing to help...