Janek Bevendorff
Janek Bevendorff
The previous layout was deliberate. With the extra padding you're messing with the proximity and common region principles. The visual cohesion of related elements gets lost entirely and the element...
I believe in critical environments you definitely don't want to have quick unlock. So there should be an easily-accessible feature to turn it off. It may make sense to have...
Not a fan of that. "Use PIN unlock" doesn't make any sense to me. You're not unlocking with a PIN here. Only the next unlock will use a PIN. "Disable...
Then it got messed up somewhere else, need to bisect that. I don't have a develop build handy right now, but this is what it's supposed to look like. The...
Yes, I just checked a snapshot build. The padding was indeed increased there.
Maybe I misunderstand how the function is supposed to work, but I had used it to implement `ElementNode::closest` as per the DOM spec. E.g., on the `` element, `element.closest("html")` would...
Thanks. I'll try that in a week. My current interim's solution is a document.query_selector_all() and then an upwards traversal with a result iteration at each point. I suppose your solution...
I think most people would expect include guards and its what IDEs tend to auto generate. Besides that I don't really care what we use. Consistency would be nice.
We don't do U2F.
DLL injection is a local attack which you cannot protect against unless you enforce code signatures for all binaries on your system. If an attacker can inject malicious DLLs, they...