Nick Whyte
Nick Whyte
+1
I'm also able to reproduce this; it seems when using the `webpack` plugin with a reasonably deep folder structure (5 levels or so) tern refuses to load resolved files. Debugging...
Example repo here: https://github.com/nickw444/tern-demo. Readme explains how to reproduce.
I believe this has to do with this library not using `babel-register`: https://www.npmjs.com/package/babel-register > The require hook will bind itself to node's require and automatically compile files on the fly.
Yep, appears to be a bug in ternjs: https://github.com/ternjs/tern/issues/896.
Hi @bridnic there are numerous reasons why an auth failure might be returned from the library. I think the best way to debug this from here would be to enable...
Hi @bridnic, did you ever manage to solve the issue you were having? Also, just a side note: after a long internal debate, I have made the difficult decision that...
Hey @ocervell, I agree, this would definitely be an awesome feature to have. Personally, I think I need to move away from the mock implementation into a _fake_ implementation +...
Hi @jayendren thanks for the detailed issue report. It seems like this _may_ be an issue related to https://github.com/nickw444/flask-ldap3-login/issues/40, which is currently under investigation (However I have not found time...
I began working on a v2 of this library in January to set out to solve this issue and cleanup the general code architecture, however after a long internal debate,...