Matt Sanford
Matt Sanford
The Node port has the most complete API but needs to be documented better and packaged for npm.
My C/C++ is really rusty and in many cases I'm not used to the embedding APIs of the various languages. Each binding in the `ports` directory needs to be tested...
Either port from Chromium or write anew but it needs something. Some examples as well as API documentation would be good.
During a GDPR project I came across the Amazon Attribution tracker, which uses an `iframe` instead of a `script` tag. This pull request allows Yett to also catch this specific...
While working on a Fastlane / CircleCI setup for some new iOS 16 features I found I was unable to install a simulator. ``` $ gem install xcode-install && xcversion...
Noticed a note on the blog post suggesting it. There are several different ways to go about it but this seemed like the simplest and it required the least complex...
We ran into a problem while importing Unidecoder where we have load path that makes `require "unicode"` return success but to load a class other than `::Unicode`. To get around...
First attempt at foreground process support. More work is likely needed but this seemed like a good basis.
### What area is the issue related to? Checkout Sheet Kit ### What version of Checkout Sheet Kit are you using? 3.3.0 ### Steps to Reproduce (with code) 1. My...