Andre Bongartz

Results 6 issues of Andre Bongartz

Hello, everyone, i am currently developing an iOS app with Amplify and would like to have read access for unlogged users. I have created my schema as follows. ``` Graphgl...

api
documentation
feature-request
p3

Hi, if I use the dropdown in my app I get only a dropdown menu without a background. Here my code: ``` Open menu { storageStore.deleteBlob( document.id ? document.id :...

Stale

Hi @nalexn I want test code which should call in onDisappear function. But for me isn't possible to call this func from the test. I try this here ``` try...

more info needed

@nalexn after switching to the version 0.9.3 from 0.9.2 I get this error ``` import XCTest import ViewInspector import AVFoundation import SwiftUI @testable import BusinessPhotoApp class CameraControllerTests: XCTestCase { func...

more info needed

@Tyler-Keith-Thompson I try make a better test case struct in my project, but I'm not sure which is the way to get this. Here my first idea: I create one...

@Tyler-Keith-Thompson I think it can be good behavior if an empty Given, When, Then should be failed. At the moment I write an empty test and its not fail. I...

enhancement