Alessandro Calzavara

Results 20 comments of Alessandro Calzavara

> [...] But at the same time, I agree this could be a part of your amplify push process to make the experience better. @kaustavghosh06 any update on this? 2...

@ldiqual As far as I know, it's not fixed. I did an extension to work around this limitation ``` extension JSON { // MARK: Setter with optional public mutating func...

Here it is the PR https://github.com/SwiftyJSON/SwiftyJSON/pull/784

More than 1 year has passed and this issue is still open. Is there any problem in integrating the PR I made? Thanks!

+1 on this issue. Using Amplify CLI 9.1.0.

The problem is that even the latest version of Amplify CLI creates a function with node 12. See #10887

We use the following code to prevent crashes on SwiftUI previews ``` var isRunningForPreviews: Bool { ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] != nil } if isRunningForPreviews { // Do not invoke Amplify.configure() return }...

@rpattabi that's true, I agree. But since we're not in the javascript world, I prefer the "better safe than sorry" route

Same issue. I'm using the latest version of Orca Slicer on a Sovol SV06.

I think it's related to the "Manual Filament Change" option, introduced in #2379. If your printer (like my Sovol SV06) support just one filament, you have to turn ON that...