Chandler De Angelis

Results 3 issues of Chandler De Angelis

Although it is not well known, URLCredential is a great way to store credentials. It works with URLSession, and also persists credentials on the user's keychain.

I am able to connect to the local server on port 8080, but it does not respond to requests. Here is what it looks like when I curl: I used...

I am seeing some weird behavior when diffing arrays which have contents that do not move. Here is the scenario: I have two arrays, which look like this: ``` Old...