Róbert Viðar Bjarnason
Róbert Viðar Bjarnason
Thanks for the pointer @mattmccarty :) I will get back to working on those features in a couple of weeks time. Will report here how it goes.
@mattmccarty I finally have the time to start looking at this again. I will try out your https://github.com/mattmccarty/passport-sso module - looks like you've already done most (if not all) of...
@mattmccarty I've integrated passport-sso into my project and it works well, thanks for your great code :) I will need to add Twitter and SAML support in the next few...
Here is more information about the same problem in a new Stackoverflow entry: https://stackoverflow.com/questions/48893262/google-maps-does-not-relinquish-key-presses-to-input-in-shadow-dom
@vthorsteinsson Thanks for this - sounds good :) I will do some experiments with the code in the next few weeks and get back to you.
Thanks for a quick reply :) Unfortunately this syntax is not working for me, it throws: ``` Unhandled rejection Error: 'images' in order / group clause is not valid association...
Seems to be connected to the models.Image using an as: in the include: ``` javascript { model: models.Image, as: 'IdeaHeaderImages' } ``` Using your suggested method works with other models...
Thanks! That worked :+1:
It's easy, just add the nested chain in the inner order array, here are two levels: ``` javascript order: [ [ models.Community, { model: models.Image, as: 'CommunityLogoImages' }, 'created_at', 'asc'...
@hwchase17 Thanks so much for the quick turnaround on this. :) But in our code t is based on the langchain chat demo we get: ERROR:root:Async generation not implemented for...