Results 25 comments of Theo

Hey @undefobj. Thanks for looking into it. ```js Cypress.Commands.add("addSingleTask", () => { cy.get("[data-cy=NEW-title-skeleton]", { timeout: 10000 }).should( "not.exist" ); cy.get(".MuiPaper-root").should("be.visible"); cy.get("[data-cy=create-task-button]").click(); cy.get("[data-cy=save-to-dash-button]").click(); }); Cypress.Commands.add("loginByCognitoApi", (username, password) => { const log...

The Cypress test is interesting because in this case the network tab shows what looks like a correct mutation, but the observer returns the status in the top bar back...

Thanks @undefobj switching to optimistic concurrency looks to have fixed it.

Are there downsides or considerations to take when using optimistic concurrency until this is fixed? I found documentation here about writing a conflict resolution function https://docs.amplify.aws/lib/datastore/conflict/q/platform/js/#custom-configuration Is there any recommended...

This is my particular use case that I'm looking for a solution on. Relevant parts of my schema: ```js type Task @auth(rules: [ {allow: private, operations: [read]}, {allow: groups, groups:...

I have this problem too and now that the beta has been pushed into the main release branch it can no longer be avoided by opting out of the beta....

I too experience a lot of headache inducing stuttering with a 5700XT if async is disabled. I'm not so keen to reduce the resolution because it makes it difficult to...

Thanks @mcoffin for the ideas. I want to try out these configurations but I'm hesitant because I don't know enough about overclocking to know if these are suitable for my...

@mcoffin thanks so much for making the tool for us. Really good of you. It works great for me after adding amdgpu.ppfeaturemask=0xffffffff to my boot options. I tried out some...

Sorry to bump an old topic. Are there any updates at all for this problem? Proton works so well now that I'd be so glad to play VR on Linux...