Sam Turner

Results 15 comments of Sam Turner

I can share mine that were inspired by this design if interested? ![92008938_238114164232227_1687804800231538688_n](https://user-images.githubusercontent.com/14887388/78740485-3dfaea00-799a-11ea-88fb-bbc5fb782702.jpg) ![92244589_238114280898882_4303807326537646080_n](https://user-images.githubusercontent.com/14887388/78740488-3f2c1700-799a-11ea-9450-07a46815a245.jpg) https://www.facebook.com/permalink.php?story_fbid=238114334232210&id=116011266442518&__tn__=-R

One use case I ran into for me is I am trying to remove a custom lambda resolver and instead place it on the schema using (`@function(name: "newLambda-${env}")` I have...

See https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d9e49940a01fb1e8c0cf9f3bc6e69e5da16eb087/types/aws-lambda/trigger/appsync-resolver.d.ts#L47 and https://stackoverflow.com/questions/73974440/how-to-type-the-event-of-a-serverless-resolver-sent-from-an-amplify-graphql-call/77234398#77234398

> Yes, am in the process of updating this project to use `vite`. Will update here once complete. I checked out your branch `feature/migrate-to-vite` and works for me AFAIK, how...

In the meantime I have a work around by adding more inputs `HA_MODE_CHANGE_TO_MANUAL` and `HA_MODE_CHANGE_TO_AUTO`: ``` - name: HA_MODE_CHANGE_TO_MANUAL transitions: - from: OFF_STANDBY to: OFF_MANUAL - from: OFF_STANDBY_TIMEOUT to: OFF_MANUAL...

This has been open for two years, any updates?

Also have this annoying issue, can we merge please???? ![Screen Shot 2019-09-05 at 10 35 50 am](https://user-images.githubusercontent.com/14887388/64302996-51d80b00-cfc9-11e9-8a9c-1e3d7b9efc13.png)

@Poky85 I installed `react-slick-adaptive-height-fixed`, but there is still a bug on the last slide of the slider when `infinite = true`. ![Sep-13-2019 15-00-42](https://user-images.githubusercontent.com/14887388/64838602-4f178e80-d637-11e9-903e-ede8cebd80cd.gif) Slider settings: ``` slidesToShow: 2, slidesToScroll: 2,...

> afaik [react-slick-ad-height-fixed](https://www.npmjs.com/package/react-slick-ad-height-fixed) is a patched version. Correct, I am reporting a bug in the patched version. Without the patch the problem is much worse 😢