Adam Lane

Results 54 comments of Adam Lane

My server will also reject any request containing null origin. A fix was made for this same issue in graphiql-app and playground should do the same thing: https://github.com/skevy/graphiql-app/pull/66/files main.js ```...

I am trying to get jscroll to work with two vertical jscroll columns side by side and this pull request was the solution. Please consider merging this excellent contribution!

If you are having trouble getting two jscroll at the same time, the pull request https://github.com/pklauzinski/jscroll/pull/119 above is probably the solution...it worked for me.

Can confirm that setState inside onIndexChanged is one way to cause broken pagination. Downgrading to 1.5.5 caused other errors. Had to remove setState for now and the header dynamic link...

This is available now: https://cdnjs.com/libraries/tilt.js

I don't believe it is safe for any website supporting service workers to use LABjs in production without crossorigin functionality. I have just learned the hard way that a service...

That insert suggestion is perfect! Thank you @getify (and @MassiveMedia) for keeping me going with LABjs until 3.0 is ready. I love it very much and am very grateful for...

FYI Was looking for Slick OL and found this. Seems pretty alpha but it might help someone researching their options: https://github.com/strongtyped/active-slick

Any updates...I am trying to figure out how to proceed with a redux 4 project that needs upgrading to the latest apollo and curious if I am going to hit...

Ok, so to use the latest code for now we need to explicitly add ids and then run an each: ``` ... $(".textarea").each(function(){$(this).wysihtml5();}); ``` Thanks for looking into this.