James Gragg
James Gragg
@doiron We're unable to submit updates to production Alexa skills because of this issue and we've found no workaround, including downgrading to Express 4. Disabling the verifySignature and verifyTimestamp flags...
For others running into this issue, here's our fix: In `dist/verifier/index.js`, change: ``` if (!verifier.verify(pemCert, signature, SIGNATURE_FORMAT)) { throw new Error('request body and signature does not match'); } ``` to...
Yep, Alexa backend fixed now. Thanks!
@smos08 It can be fixed by moving the intent handlers to run on the watch rather than through the iPhone (we've done this with our production apps to fix the...
Devs have to do it by adding a WatchOS Intent Extension target in Xcode. Unless you do this the Siri/Shortcut intents are sent to the iPhone and that’s what triggers...
I'm able to get comparable - or better - performance by changing from SVG paths to an image on the Flare side.
Found something really bizarre. If I set the height via SizedBox... height: 610 and above + BoxFit.fitHeight on the FlareActor 41ms GPU height: 609 and below + BoxFit.fitHeight on the...
I'm able to reproduce it on an iPhone X now as well, but it's not noticeable. Here you go. [test.flr.zip](https://github.com/2d-inc/Flare-Flutter/files/3463337/test.flr.zip) ``` import 'package:flare_flutter/flare_actor.dart'; import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class...
Yeah, I’ve experienced this also. I assumed it was due to this: https://github.com/flutter/flutter/issues/31086 iPhone X refresh rate can essentially become de-synced and drop half the frames. I’ve noticed pulling the...
@luigi-rosso Watch this... This is so painful for us. Any update here? [RPReplay_Final1567725727.MP4.zip](https://github.com/2d-inc/Flare-Flutter/files/3581595/RPReplay_Final1567725727.MP4.zip)