Gabriel Reimers

Results 8 issues of Gabriel Reimers

This fixes the hardcoded S3 disk name. Before, if you had a custom S3 disk with a name different than `"s3"`, the `isS3File` function would always return false resulting in...

`NSRunAlertPanel` is deprecated and should be replaced with `NSAlert`. Also how we trigger the Save panel is deprecated.

Original submission #29: Why can I no longer right-click and close a file that way? I used that feature extensively. --- Not clear where this functionality was triggered. This is...

info needed

Update readme to announce last update. Update homepage to explain that Tincta was pulled from the App Store for compatibility issues.

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/macOS
component/accessibility
bug :beetle:

0. [x] I have read the [Contribution Guidelines](https://github.com/iCHAIT/awesome-macOS/blob/master/.github/contributing.md) 1. [x] Project URL: https://wokabulary.com 2. [x] Why should this project be added: Wokabulary is a flash card learning app for everybody...

I added a function to hash a local certificate file in DER format. This is very useful when you have not deployed your certificate, yet, or just for debugging. Accordingly,...

Replaced sample code in ReadMe with test project's Swift 3 code. also updated URLRequest sample code to be more Swifty by removing unnecessary type cast