Ezekiel Keator

Results 18 comments of Ezekiel Keator

It tests if you passed in a rounder, if not it defaults to regular old Math.Round: `if (!isFunction(fn)) fn = Math.round;` If you add the rounder of your choice to...

Hmm perhaps someone can review and or write up some code to better handle rounding after the currency decimal place. I believe MDN had some documentation on this or maybe...

For ref talking about these types: https://github.com/FortAwesome/Font-Awesome/blob/master/js-packages/%40fortawesome/fontawesome-common-types/index.d.ts#L1 https://github.com/FortAwesome/Font-Awesome/blob/master/js-packages/%40fortawesome/fontawesome-common-types/index.d.ts#L24

I'm not 100% sure this is your issue based off what you posted, but looks similar to when the client is left open and connection is reset due to inactivity....

You can bind using the UPN, which in many companies is the users email address. I think this was just an improper choice of words by the lib devs to...

Are you listening for errors on the client? If so can you post that error message?

Could you share a full example of code that I can test? Are you only looking to auth users and and get groups or are you doing something more advanced.

I think this is the timeout error, I can't test your code right now since my desktop is updating to F29 but should be able to later today. In the...

I'm able to reproduce your issue if I declare the client globally once and attempt to keep reusing it. The connection is reset by Active Directory after some time, this...

So what's going on is the lib, ldapjs, isn't handling the connection rest. The RST response from LDAP server, but it does emit it on the error event. If you...