Kai Wilke

Results 3 comments of Kai Wilke

I think this problem should be considered as a documentation bug, since the outlined examples on http://ldapjs.org/client.html do not explain how to securely setup a ldap connection... ``` // Define...

My solution includes basically this wrapper to greatly boost its performance... ``` var updateBurst=0; function updateCode() { if(updateBurst==1)return; updateBurst=1; setTimeout(()=>{ updateBurst=0; ..... regular code is here..... },1); }; ``` For...

@andrelsm You could also simplify partial renderings by empty the currently hidden lines while copying the code from edit to display But as you pointed out, the context may become...