Jacob Hoffman-Andrews

Results 271 issues of Jacob Hoffman-Andrews

When stream.js starts up, it replays old @-replies to catch any it missed during a restart. If a new account @-replied many times in that window, it will trigger many...

I.e. [from:A OR from:B to:A OR to:B]. When reviewing one's own blocks, can be useful to figure out what conversation might have triggered a block.

We should have a check for "this element is fully visible," where "visible" means "fully in the viewport, and not obscured by other elements." We might be able to do...

It would be useful to be able to check an item's size using inequality: greater than, less than, etc. For instance this could be: `assert-size: (".foo", "width", ">", "100px")` or...

When a test fails, browser-UI-test should emit a screenshot of the page at the time of failure. This should be turned on by configuring an output directory for those screenshots....

Right now, as far as I can tell, colors have to be asserted like this: assert-css: ("#impl", {"color": "rgb(197, 197, 197)", "background-color": "rgba(255, 236, 164, 0.06)"}) But if the corresponding...

I was looking for [this post](https://www.eff.org/deeplinks/2018/02/technical-deep-dive-securing-automation-acme-dns-challenge-validation), and found this repo. It would be helpful to link out to your detailed blog post on the issue!

Documentation

Hi, I'm new to the ACMESharp repo, and I don't have a copy of Windows to test it on myself. However, I noticed in the screenshot on https://github.com/ebekker/ACMESharp/issues/263#issuecomment-318214233 that ACMESharp...

Since the goal of basic.md is not to teach the zone file format, and the semantics of blank lines are non-obvious, I think it's better to avoid them. This was...

Since the doc is talking about zones in the abstract (not zone files), I found it a bit confusing to read "starts with." As I understand it, there's no notion...