Ricky Romero

Results 8 issues of Ricky Romero

https://github.com/NSHipster/articles/blob/master/2019-03-18-swift-foundation-error-protocols.md#improving-interoperability-with-cocoa-error-handling-system I ran into a problem where despite following the macOS error-handling tutorial and adding the `CustomNSError` protocol, I still wasn't able to get the dialog box to display the...

I'll caveat this by saying that although I have a lot of web development experience, I haven't integrated SAML before. (My authentication experience is mainly with OAuth and OIDC.) I...

[The documentation here](https://developer.chrome.com/docs/extensions/reference/i18n/) says you can get a translation using `chrome.i18n.getMessage()`, but `getMessage` isn't defined when using a v3 manifest. I can't find any info about this in the migration...

See https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#dfn-createBuffer for details.

I'm trying out the variable fonts plugin in Figma, and it works pretty well! However, there isn't any info about the selected font when viewing the object in the Inspect...

I'm working on a project right now which requires both HAR replay and HTTPS proxying, so I've added the latter to this library. Let me know if there's anything you...

This repo has a test target you can build and run, "TestApplication." The docs list an alternative approach for handling `safeAreaLayoutGuide`. If you make the changes listed in that code...

This also moves the initial connection event into the .connect() method.