Ginso

Results 4 issues of Ginso

hello i tried checking it out with the swift package manager, but it failed to resolve packages: because JSONWebToken.swift >=1.4.3 contains incompatible tools version and root depends on JSONWebToken.swift 2.2.0..

Hello, I'm trying to create tooltips for an array of elements, but i don't get any. What am i doing wrong? ``` { messages && messages.map(m => ( {m.content} ))...

By now, apps should be targeting SDK 31 and this means that for PendingIntents FLAG_IMMUTABLE or FLAG_MUTABLE must be specified. I don't understand much of this, so could you please...

Hello, i tried creating a JWT with the following code from your documentation: let path = Bundle.main.path(forResource: "privateKey", ofType: "key") let privateKeyPath = URL(fileURLWithPath: path!) let privateKey: Data = try...