WhizSid

Results 25 comments of WhizSid

@calebcartwright I adjusted my PR. can you review again?

@logicncode You are free to take it. I tried it. But I was stuck with an error and gave up.

`mac-notification-sys` is using the old foundation user notifications API which deprecated. Updating this crate is a huge change and breaking the BC. So I decided to write a crate by...

@Pandawan We are only bundling the example app for testing purposes. However user can not use it without bundling. Because those bundle information using from 'requestAuthorization' method to display the...

Referencing [objc2#168](https://github.com/madsmtm/objc2/issues/168). We have to use mpsc channels until this completed. Then we can move to a `oneshot` channel for async calls. Because `oneshot` channel is moving the ownership of...

@hoodie Ok sure. I will do with next commits.

@Pandawan I agree. We can implement a higher level wrapper around low level bindings to support both `NS` and `UN` frameworks. It should act like a compatible layer. We can...

@hoodie Signing is required for UN apis. I got `notifications are not allowed for this application` when I trying without signing. As I know NS do not require signing. Maybe...