Curt Tudor

Results 10 issues of Curt Tudor

I'm learning navalia, and have a test that looks on the page for a certain element, like this: `.then(() => chrome.exists('[#ns-leftdrawer-list-item--atlas]'))` it succeeds, and my test then attempts to click...

Add the ability to generate ECDSA certs in the `ziti` CLI's `pki` subcmd. We currently only have the ability to generate RSA certs.

enhancement

I wanted to "detach" an AuthPolicy from an Identity, so I did a PUT on the Identity using `"authPolicyId": null` in the body. The thread handling the request in the...

bug

For `POST` requests, The `process_requests()` function auto-calculates a `Content-Length` header based on any chunks that might exist in the request body. This is problematic because 1) the client may have...

Although setting the `meta http-equiv="origin-trial" content=""` does succeed in turning on the JSPI flag in the page... ...If I attempt to load WASM that requires JSPI in the ServiceWorker my...