-
``` swift
class CMSimpleRealmModel: Object {
dynamic var myKey: String? = NSUUID().UUIDString
dynamic var name: String? = ""
override init() {
self.myKey = NSUUID().UUIDString
…
-
Runtime update to support multiple versions per video assets to increase compatibility (encoding, [bitrate](https://github.com/search?q=org%3AJoystream+bitrate&type=issues), audio/video only) and poss…
-
## Request
**What?**
We'd like for `rules_ios` to support [bzlmod](https://bazel.build/external/overview#bzlmod). In Bazel 6.0.0 bzlmod became non-experimental and much of the community (i.e. ru…
-
## Description
Hey folks, during the preparation of our project for Xcode 15 migration, we found out that we are not able to install `carthage` with brew anymore. `make` retuns the following error …
-
## Summary
## Code to reproduce
## iOS version
## Installation method
## SDK version
## Other information
-
Are you going to continue releasing lib for CocoaPods? Last CocoaPods release was made on January of 2022, since then you released several updates, but none for CocoaPods.
-
## Summary
I never receive any value except nil for batteryLevel in Reader objects passed to terminal(_ terminal: Terminal, didUpdateDiscoveredReaders readers: [Reader]). I have three models o…
-
Hello.
We need to use FlareLane now, but the problem is that the plotter is working properly with the library, but iOS currently only supports Pod files. However, our project uses a modular function …
-
I'm trying to copy an Object from one Realm to another using the method `Realm.create(type:, value:, update:)`
My database schema looks like this:
```
Device {
...
List
...
}
Mood {
…
-
> ℹ Please fill out this template when filing an issue.
> All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
>
> …