Niklas Gruhn

Results 17 issues of Niklas Gruhn

The code accesses browser-only APIs on import such as `EventTarget`, `Blob`, etc. This makes the library not SSR friendly. It would be better access browser APIs as late as possible....

### What is your Scenario? Ok, this one was really hard to debug. I have a scenario where we run tests against our website. The first 5 tests are fine...

TYPE: bug
SYSTEM: hammerhead
FREQUENCY: level 1

## Paste the link of the GitHub organisation below and submit https://github.com/GoogleChromeLabs --- ###### Please subscribe to this thread to get notified when a new repository is created

Section "A Principled Refactor" in chapter 6 states that turning: ```js compose(map(f), map(g)) ``` into ```js map(compose(f, g)) ``` can improve runtime performance. I understand that I have to loop...

It seems to me that jsQR fails to decode images at some high resolution. I tested this with a few images. Scaling the **same** images down before passing the image...

I frequently re-introduce bugs I already fixed when releasing new features. I always do a lot of manual testing to reduce this but that's annoying and time consuming. I should...

help wanted

The [Shape Detection API](https://www.chromestatus.com/feature/4757990523535360) comes with native QR code scanning capabilities. It's now expected to ship with Chrome 81: https://bugs.chromium.org/p/chromium/issues/detail?id=659138#c32 This should vastly improve scanning performance.

When only partial HTML should be hyphenated (instead of full documents), DOCTYPE and html/body tags are automatically added. This can be avoided by passing the `LIBXML_HTML_NOIMPLIED` and `LIBXML_HTML_NODEFDTD` flags to...