theo

Results 10 issues of theo

Hey, I have a problem with my form. When I press back button, it's actually going forward and ignoring all required field. Here is my form: Flow: ``` class CheckoutFlow...

Added Czech validator translations

Would be nice to have NBNavigationLink support a simple push so we don't have to switch between `NBNavigationLink` and `NavigationLink`: ``` NBNavigationLink { DestinationView() } label: { LabelView() } ```...

I'm having a lot of compiling issues in Xcode14 https://github.com/danielgindi/Charts/issues/4873 https://github.com/danielgindi/Charts/issues/4646 When I try to install Charts using SPM the lates version I'm getting is v4.0.6. Trying to manually set...

The parser fails to parse this string:`**Kids ** has arrived at **UAT Test**` Expected result: **Kids** has arrived at **Test** Actual result: **Kids** ** **has arrived at** ** **UAT Test**...

Any plans to support SwiftUI? We're on version 4 already :) https://github.com/Daltron/NotificationBanner/issues/327

I'm not sure if this is a bug tbh but I've noticed that @Observable objects are being initialised multiple times. So this `@State private var viewModel = TimelineViewModel()` for example...

bug

Hello, I just tried to do a basic setup and I'm getting thread warnings in a fresh project. This is the setup code I have in my AppDelegate. ``` guard...

awaiting feedback

Getting error: `.badOutput` when picking a barcode from photos gallery. If I normally try to scan the same barcode, it works. `The operation couldn’t be completed. (CodeScanner.ScanError error 2.)` ```...

The camera keeps capturing photos(the camera sound keeps re-triggering). When I change to just .once, camera sound doesn't re-trigger. Version: 2.5.2 iPhone 16 Pro, iOS 18.3.1 ``` CodeScannerView( codeTypes: [.upce,...