Chris
Chris
with the yo napi-module command the bindin.gyp file contains ` 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ],` wondering the meaning of ! after cflags and cflags_cc. Is that a...
Hi Configurator.DateTimeHumanizeStrategy & Configurator.DateTimeOffsetHumanizeStrategy looks great to custom the DateTime and DateTimeOffste behavior. But why is there no TimeSpanHumanizeStrategy to be able to do the same for TimeSpan? Is that...
**Describe the bug** SSO authentication in an Electron app using node-expose-sspi is not working. isActiveDirectoryReachable() returns always false and a breakpoint in domain.js line 41 the catch(e) {return false) shows:...