Results 94 comments of Ian L.

@tomliv ``` var morphistAnim = $("#fadeInOut").Morphist({ animateIn: "fadeIn", animateOut: "fadeOut", speed: 2000 }); var data = morphistAnim.data("plugin_Morphist"); // Stop it by default // There is likely a more elegant way...

I was experimenting with it here: https://github.com/MrSaints/Morphext/tree/beta

Hey @leksak, What's your desired use case / outcome? Is it that you just want to loop through once? Thanks!

@nateinaction, thank you so much for that. I'm planning on cleaning up the README, and the homepage soon. I'll be sure to include a link to your plugin.

@oyeanuj Yea, definitely. I just need to find some time to pick this up again. And yes, it will function without jQuery (the current prototype already does this). Thank you...

Apologies for not getting back to you sooner. I'll have a look this week.

From a quick look at GraphQL Hive, I think the complexity of the deployment actually makes it arguably cheaper to go for hosted / SaaS options. Nonetheless, great that such...

@Urigo Sure. To clarify, I don't think the complexity is in the installation itself / following the Docker instructions. I'm thinking more in terms of architectural complexity and costs. I...

AFAIK, Go always uses HTTP/1.1. You can't use 1.0.

I have the exact same issue. Looking at the logs with verbose and debug turned on, it looks like it's just not doing anything.