amit777

Results 47 comments of amit777

No idea, but maybe https://github.com/elzr/vim-json can help? It seems to have folding capabilities around JSON

Also, after more searching, i came across https://github.com/puremourning/vimspector but haven't tried it yet. It seems to have object expansion/folding in its screenshot UI. Maybe it would be helpful as well.

pdfium.js was able to successfully compile pdfium with emscripten and render pages in browser. May be worth looking at that project to see how it works. It looks like your...

Hi, here is a node module that implements OAuth with Office365. I think it may be different than Windows Live, but I get confused with all the microsoft product names....

Oh, very cool. Thanks! I'll check out the Dev branch and let you know how it goes. Great project btw

Hi, I just wanted to check in on this. I've been trying the azuread provider, and I'm close, however I'm getting the follow error. (I have SSO working to Google,...

I changed the resource URL to match my AppID inside my application, and I now get this error instead.. ``` "error":"invalid_request","error_description":"AADSTS90014: The request body must contain the following parameter: 'client_secret...