Jed Fox

Results 625 comments of Jed Fox

Looks like the version of JavaScriptKit you have installed is old — the latest versions no longer have generic parameters.

@JonathanWolfe Would you agree that this should not be formatted? ```js `Covered Lines below threshold: ${ coverageSettings .lines }%. Actual: ${ coverageSummary .total. lines . pct }%` ``` (that’s [valid...

@jdahobbs If this occurs again, can you paste the failing URL from the console into a comment?

I’ve put this on my Trello board. I’ll see if switching away from webpack is at all helpful. We don’t really need webpack’s complexity, just something like [Rollup](https://rollupjs.org/guide/en) that gives...

If it gets worse, you could split the reason weight into two parts — overall and recent accuracy. By adjusting the ratio between them, you could tweak responsiveness.

This can be done if the user’s `fkey` is known: $.post(`/flags/posts/${postId}/retract/${flagType}`, { fkey: StackExchange.options.user.fkey }) I could definitely get the fkey in Coal, so this could be a feature there.

No repro on macOS (same Chrome version): What happens if you remove `--disable-smooth-scrolling`?

(can’t test because smooth scrolling is always enabled on macOS)

@Fortunate-MAN Ferrybig is probably means the animation shrinking the deleted posts.

GitLab has [a similar feature](https://about.gitlab.com/features/service-desk/) that gives you an email address that your users can email. Each email creates a new issue, and the user gets a reply for each...