Jacob Burroughs

Results 11 issues of Jacob Burroughs

topic/security
state/pr-under-review

We have the following in our `Gemfile`: ``` ruby ">= 2.7.0", "< 3.1" ``` When running with bootboot on ruby 2.7.6, we get the following error: ``` Could not find...

**What problem is this PR intended to solve?** This PR allows us to continue to support both newer rubies on macOS *and* support binary extensions linked against nokogiri. See comment...

The maintainers of Nokogiri and nokogiri-xmlsec-instructure are planning to merge the two gems together so that Nokogiri assimilates xmlsec's signing and encryption features. This issue is intended to be a...

**What problem is this PR intended to solve?** Pre-work for #2888 to have native libraries available in CI. As can be seen here: https://github.com/maths22/nokogiri/actions/runs/5190697036/jobs/9357995415 , the build is almost passing...

**What problem is this PR intended to solve?** https://github.com/sparklemotion/nokogiri/discussions/2746#discussioncomment-5561385 **Have you included adequate test coverage?** Tests have been ported over from the separate library, and some that were skipped there...

## Description This template adds support for [JTE](https://jte.gg/). I expect this PR to immediate go into "Pending Popularity", but since I already prepared this PR before running the search, I...

Pending Popularity

When I use the run after installing checkbox, it ends up running as the admin user that installed the application rather than the current user that is trying to use...

enhancement

### Description This change adds the YUVA pixel format, which is a 4:2:2:4 semi-planar with packed YUV data in one place and a second plane with only alpha data as...

New Feature

This is valuable for being able to unconditionally use formParams in an application without risking consuming the body stream on requests where the client did not send form params. For...