manatlan
manatlan
same trouble with Chrome Version 106.0.5249.112 (Build officiel) (64 bits) @alyssaxuu Seems that EyeDropper is not supported anymore on a recent chrome ;-(
it should work as expected ... what is the trouble ? (an example ?)
yes, you're right ... All my tested scope was with ":scope" like this : ``` Hello Worldo :scope {background:yellow} div {border:2px solid red} ``` and it works, test in https://manatlan.alwaysdata.net/vbuild/index.html...
Strange, because "BEFOREDESTROY" is an handled event, and it should be called (but never tested it)
thanks ! (but in this case : I believe it's a py3.5 specific trouble ...)
in fact, it's the same issue as https://github.com/manatlan/vbuild/issues/4 the rendering scoped is weird ... (if you want make it : you should use ":scope") would be fixed
currently, to bypass ... you should try : ``` :scope { font-size: 5em; text-align: center; } ```
In fact, something like : ``` hi .example { color: red; } ``` should be rendered as : ``` .example[data-minimal] {color: red; } ``` but it's not the case in...
I vote for SOCKS proxy support too! (aiohttp & requests support them ... if it's not here : I doubt that it can be used/useful in the pro world (others...
@Thimphu123 @JVProdc add this in your spec file : `android.accept_sdk_license = True` let me know, if this fix your problem