Jon Leighton

Results 28 issues of Jon Leighton

The latest 4.4.0 release bumps the jQuery version to fix a security vulnerability. Issuing a GitHub security advisory for this project would enable GitHub's security tooling to pick up that...

Since Ruby 2.7, Ruby can be run with --enable-frozen-string-literal to improve memory efficiency and avoid mistakes. Ruby 3.4 is also now moving towards a world where string literals are frozen...

## The problem We are uploading snapshots via a manual `POST /percy/snapshot` API request, within a `percy exec` invocation. Sometimes, there is an error during asset discovery, and we see...

✨ enhancement

### What happened? An error from a remote Selenium server is not correctly reported when using the selenium-webdriver v4.23.0 library in Ruby. It appears that a bug in the selenium-webdriver...

I-defect
needs-triaging

When I run `rubocop -a` on this file: ``` ruby Foo::Bar class Foo::Bar end ``` It rewrites the file like so: ``` ruby class Foo::Bar end ``` However, this is...

stale

We are seeing high database load from Good Job's locking query. Here are the four queries, as reported by pghero, with calls / avg runtime / percentage runtime, over a...

Here's a deployment scenario we encountered: 1. New code is deployed to web servers first 2. Web servers start enqueuing a new job that has been added in the deploy...

See @emilio's [comment](https://github.com/servo/servo/pull/19881#discussion_r164297150): > I just noticed this... This unwrap may not be safe, I don't think anything guarantees that the element is not in a display: none subtree... Though...

A-devtools
I-cleanup
C-has-patch