Theo Kallioras

Results 11 issues of Theo Kallioras

### Problem When trying to perform an async write from within a thread without a run-loop, which is a common situation when performing an async write in a Task, an...

T-Enhancement
O-Community

### How frequently does the bug occur? Sometimes ### Description We are on version 10.26.0 and in some devices we started to get an increasing number of this error. It...

O-Community
SDK-Use:Local
Encryption:Off
Frequency:Sometimes
Repro:No

I am using the `XCDYouTubeVideoPlayerViewController` in order to present a YouTube video in my iOS app. How can I prevent the auto-dismiss of the `XCDYouTubeVideoPlayerViewController` after the video has finished...

#### SDK and version SDK : realm-swift Version: 10.28.0 #### Observations * How frequently does the crash occur? The crash happens 4-5 times for each of our users per day...

O-Community

I have a data structure that corresponds to `GeoJSON Multipolygon`, which is: `[[[[Float!]!]!]!]!` However I get the error: `decorated type deeper than introspection query` I presume it has to do...

The package has a minimum target iOS 15 but all public functions are available in iOS 16+, which someone discovers after the package installation.

I took a look at the `KeychainSwift` implementation and it seems (unless I'm missing something) that it's thread safe since it's using a `NSLock` for synchronization. This means that it...

I tried to use the new `Calendar.Recurrence` objects and functionality, and I've bumped into some surprising (wrong?) output. Given the following date range: `2024-01-01...2024-12-31`, I used the `.monthly` recurrence rule...

### Describe the issue If an exception is thrown in the dequeue function, the jobs are stuck in processing, and they never complete. ### Vapor version 4.106.0 ### Operating system...

bug

The last tagged release was 2.0.0 in December 2023 (over a year ago). Since then there have been some PR merges to the master branch that appear to be useful....