Sergey Lukin

Results 19 comments of Sergey Lukin

As far as I can see now Github sends custom url query params in Web hooks as well as it's own parameters. The question is if services like pubsubhubbub.appspot.com and...

Hi @izuzak, thanks for fast and detailed reply! I've read the specification you linked to, and you're right, there they say that parameters should be passed in the body. They...

Yes, those are great news! ..and actually another reason for using Github pages for static websites:) However, I think it would be better if we could just modify (or at...

Race condition is indeed possible, I even didn't think about it. All depends on how GH implemented webhooks calls and Jekyll builds. Anyways, after GH upgraded to Liquid v2.3 without...

Something like: ``` js var config = { errors: {} }, translations = getErrorsTranslationsFromMarkup(); for( var i in translations ) { var translation = translations[i]; // Populate idealforms with errors...

Thanks @Denis-Evseev ! Worked like a charm

@limedon amazing demo!! Thanks worked like a charm and helped me getting started ❤️

maybe you just don't need redux-locastorage then lol