sryze
sryze
Can this library be changed to encapsulate Handlebars inside and not rely on any external libs?
For me it happens only after I reload the tab. If I simply open the same video twice, the full screen button remains active. Upon pressing on the grayed-out full...
Adding ``` addScript(forResource: "FullScreen", injectionTime: .atDocumentStart, forMainFrameOnly: true) ``` to https://github.com/mozilla-mobile/focus-ios/blob/f16bfcf9e57a7a7a7e0b243be1846a5670158f0f/Blockzilla/Modules/WebView/WebViewController.swift#L238 seems to fix it
I have the same issue with upgrading folly on Catalina (it's a dependency of a package that I have previously installed). ``` ==> cmake -S . -B build/shared -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_RPATH=@loader_path/../lib...
Ah, yes, I meant 10.15. Glad that it helped you 😃
For me its behavior is not too much annoying, it's just that I'd like to avoid having to scroll up every time I want to click something on the tab...
Another related issue: If you click on a link that takes a while to load (e.g. slow Wi-Fi) and the address bar is currently hidden, you can't get it to...
Windows 10 x64 Version of q: 3.1.6 It looks like python38.dll was dynamically linked: 
Accoding to https://pyoxidizer.readthedocs.io/en/stable/pyoxidizer_packaging_static_linking.html#building-statically-linked-binaries-on-windows to produce a statically linked .exe on Windows, it's necessary to add `flavor="standalone_static"` to this line in pyoxidizer.bzl: ``` dist = default_python_distribution(python_version=PYTHON_VERSION) ``` I just tried this...
Thanks for letting me know. I added `ACCESS_COARSE_LOCATION` to the manifest. Unfortunately I don't have a rooted Android device to check if it works and all my attempts to set...