Alexander Sadovsky

Results 45 comments of Alexander Sadovsky

@Badisi wow, thank you very much for this detailed answer. I will try to process this to create a solution. But I believe it will be more complicated for me...

I was trying to find this ```session cookie``` after I have authenticated by running ```document.cookie``` in devtools console but it gives me an empty string, so there is no cookie....

Understood, thank you. I have noticed the cookie inside the auth popups that are being opened when using ```chrome.identity.launchWebAuthFlow``` That brings me to the idea that I am going to...

my fork supports adding custom definitions in the swagger config file.

Swagger UI works for me, when I did follow the best answer on this stackoverflow question https://stackoverflow.com/questions/30671160/swagger-sails-js

I am successfully using this hook on a sails project where I have my models and controllers written in typescript. I did install typescript this way https://sailsjs.com/documentation/tutorials/using-type-script not with a...

the reason for the 2 included models (contact and group) to exist, is just for testing purpose. You don't need them. I have forked this project, and made a few...

You should not install and use sails-swagger from the npm because it's outdated and not maintained. Rather use your own forked sails-swagger project, or use someones else, with the updates...

same question asked on meteor forums -> https://forums.meteor.com/t/aslagle-reactive-table-getting-all-ids-of-a-collection/55210

Hi raz, that is a good question. Currently I don't know. One option could be to flag every mongodb document with "wasMovedToES: true" and skip those from moving them to...