Jacob Davis

Results 16 issues of Jacob Davis

This is more of a question rather than a issue, but Im wondering how I can disable the enter_name gamestate once a user has already entered and successfully added their...

**V version:** V 0.3.0 89a757a, timestamp: 2022-07-14 11:10:15 +0300 **OS:** macOS Monterey 12.4, Apple M1 Max **What did you do?** ``` import json pub type GetBlockResult = string | GetBlockResultB...

Bug
JSON

Im just curious if there is a way to determine if an item was set using synchronizable true/false? Basically, Id like to give the user the ability to turn this...

Hi, I'm currently building an IOS app for iOS 11 and I'm using Local Authentication. Id like to set the access control to something specific that I don't see in...

How would one handle redacting or hiding certain views when using SwiftUI? Looking at the docs, I see that for UIKit there is: `view.instabug_privateView = true` For instance, I have...

Feature Request

Any plans to support VisionOS? Looking at the Package.swift I don't see the platform support for it. Would love to use it in an app Im building. SDWebImage is superior...

Hi, Ive just started a 3000.0.0-beta.3 project and when trying to use letterbox: true, I get the following result: ```javascript import kaboom from "kaboom"; const k = kaboom({ width: 375,...

I cannot seem to get the tap handlers to work. Ive tried hashtag and url link handlers. I see the link highlight when touching, but code within handler not getting...

I normally use the attributedText of UILabel. I have my formatting set as I would like it in IB. When I set the Custom Class to KILabel, then formatting is...

**Describe the enhancement** Add support in swift bindings for VisionOS platform **Use case** Id like to use this to build an nostr application for VisionOS **Additional context** I don't know...

enhancement