-
Was trying to use this in a server-side swift project but unfortunately we don't have an option with `Swifter` right now to dictate which thread is being used...
Right now it's hardcoded to `.main`…
-
I used this plugin for configuring notification call notification in android and ios. Android is working fine.
IOS i received notification very well. The only problem i am facing is when i accept th…
-
### Motivation
Compilers and/or tools analyzing source code are typically able to figure whether `else` blocks in `if` expressions are actually needed or can be omitted due to the `if` block exiting …
-
There are a number of places in the app that uses DispatchQueue.sync to prevent multi threaded race conditions that seem like good candidates to switch to Actors.
Example: https://github.com/A…
-
Probably another inconsistency, but the following code creating an `actor` backed by serial `DispatchQueue` works on macOS and does not compile under Linux:
```
public actor MyActor {
let que…
-
### What happened?
I am trying to send vote using ABI string and contract address, but getting error message always , i have tried changing options, args , parameters several time but getting same re…
-
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d6baa408b3a7745d4087/Sources/Misc/RateLimiter.swift#L41
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d…
-
| | |
|------------------|-----------------|
|Previous ID | SR-5725 |
|Radar | rdar://problem/34162804 |
|Original Repor…
-
Now we can pass only `Action` into the `DispatchQueue.DispatchSync` methods. But we can do it with the native API: https://developer.apple.com/documentation/dispatch/dispatchqueue/2016081-sync.
Could…
-
**Plugin version:**
5.1.2
**Platform(s):**
iOS
**Current behavior:**
App crashed after pulling down the notification bar from the top left corner of the phone.
**Steps to repr…