Guille
Guille
Thank you!!! Lifesaver
So, the problem comes definitely after the ```redirect_to redirect_route``` in the ```redirect_callbacks``` method. If I dont use a redirect and call the ```omniauth_success``` instead it works and I am able...
setting config.remove_tokens_after_password_reset = true doesnt seem to work. If I make requests with the old token, it is still accepted.
I was having this problem, I tried setting `data` instead of `body` and it does indeed work
Hi. Im also having a segmentation fault. I have uploaded the pdf file here: [https://gofile.io/?c=lONa9b](https://gofile.io/?c=lONa9b) If iI use the --split-pages 1 option it works fine until the page 139/156, then...
So, Im using it with this fontforge version: [https://github.com/fontforge/fontforge/releases/tag/20190413](https://github.com/fontforge/fontforge/releases/tag/20190413) I can confirm this only happens with the version of pdf2htmlEx and fontforge that I posted, i have tried it in...
yeah, both use ```#document_${this._uid} #page-container``` as the selector, but the uid is different for each. If I open the console and I manually enter ```document.querySelector("#document_123 #page-container")``` and ```document.querySelector("#document_122 #page-container")``` the...
Got it working! I had to also specify the correct container in the scrollElement. I was doing ``` const scrollElement = `div[data-id='${id}']` this.$scrollTo(scrollElement, 500, scrollOptions); ``` And those data-ids would...
I would love this feature. I dont really need to reify anything but would love to be able to diff including the has_many associations
Hi @gabrielsclimaco do you have a demo using vue-auth? I cant get it to work