David Taylor

Results 3 comments of David Taylor

> JIC, there are [multiple implementations](https://github.com/search?q=repo%3AWebKit%2FWebKit%20platformImportPkcs8&type=code) of private key import in WebKit Interesting. Perhaps that is a symptom of the API design with the format selection? It does appear to...

@twyatt I didn't test it yet, but I started on a fix in #612 As a workaround, I think if you set the chromium version to `stable` it will use...

According to the [docs](https://github.com/browser-actions/setup-chrome?tab=readme-ov-file#usage), this is the syntax: ```yaml steps: - uses: browser-actions/setup-chrome@v1 with: chrome-version: stable ```