perqa

Results 20 issues of perqa

The URL http://docs.audiolibjs.org/ is dead.

The current implementation uses `getBoundingClientRect()` and element properties like `.clientHeight`, `.clientWidth`, etc extensively. All of these will trigger the browser to synchronously calculate the style and layout. See https://gist.github.com/paulirish/5d52fb081b3570c81e3a for...

Added the polyfill to a web app. Key navigation works for a start, but after some navigation the following error is thrown on every key event: ``` Uncaught TypeError: container.getSpatialNavigationContainer...

I installed this cartridge without problems - thanks for great software! But I can't find the log files anymore. Are there any, or if not, how can I enable some...

After having followed the installation instructions and created a simple config file, trying to run `bleak run --config BLeak-config.js --out build/` results in the following error message: `in script /Users/xxxx/.nvm/versions/node/v10.15.3/lib/node_modules/bleak-detector/node_modules/mitmproxy/scripts/proxy.py:...

Running `bleak run --config BLeak-config.js --out build/` results in ``DevTools listening on ws://127.0.0.1:59781/devtools/browser/b8feca57-07a9-440f-a0ba-daa9cccd6f2d [= ] 2% [2/72] 2.1s (ETA 71.9s) Navigating to http://localhost/abcctv/src/[34747:17923:0612/111554.232051:ERROR:ssl_client_socket_impl.cc(947)] handshake failed; returned -1, SSL error code...

When installing fireuser, I noticed that firebase-simple-login was installed. I tried the demo and got an error message saying the app was incorrectly setup on Firebase. I'm guessing a bit...

On row 262: eventX = event.clientX || event.touches[0].clientX; When event.clientX === 0, it is considered false, and event.touches[0] are used instead. However, on a desktop, event.touches don't exist, so the...

Hello! Great project! I'm just wondering about one thing: in the feature list you mention: > Generating a browserslist based on a User Agent string but in the following sections,...

**Type of bug** - [ ] Differences between Can I use & Modernizr - [ ] False positive - [X] Modernizr error **Describe the bug** Trying to run the full...