Linus Unnebäck

Results 136 issues of Linus Unnebäck

Hello, I had a slightly negative experience using your docs today, and my _feeling_ is that this specific thing is somewhat recurring here. Specifically in this case I wanted to...

I think it could be very useful to provide a print-logger function that can be registered as a listener to the log stream. The current one-liner that's in the example...

type-enhancement

Similar to #102 and #196, there is a conflict in the 2.0.2 version as well: ```text Dex: Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lcom/facebook/jni/Countable; UNEXPECTED...

Running the PBKDF2 function on my Android phone using Conceal is considerably slower than the WebCrypto implementation on the very same phone: Implementation | Speed ----- | ----: Conceal |...

How do you guys feel about "Confirm password" fields? I would love if they could be detected somehow, potentially as it's own type. I'd be happy to contribute the code...

enhancement

ref: https://developer.apple.com/safari/whats-new/ Safari 12 has added support for detecting fields using these hints, hopefully that means that sites will start to use it soon. Would be nice to add support...

enhancement

Ran into this interesting form today: [www.openreach.co.uk](https://www.openreach.co.uk/orpg/home/newlogin.do?smauthreason=0&target=http%3A%2F%2Fwww.openreach.co.uk%2Forpg%2Fcustomerzone%2Fserviceinfo%2Fserviceupdates.do&fromMasterHead=1) Locust fills the `` instead of ``. Don't ask my why they have the fake inputs 😂 🤦‍♂️

enhancement

Squarespace, and possibly others, don't have a `` tag to encapsulate their input fields. I'm guessing that they do everyhting in JavaScript anyways and didn't see the need for it......

enhancement

Trying to figure out how to best expose additional properties added to errors thru the http-errors package. Basically, what I'm trying to do is something like this: ```js const express...