James G

Results 10 comments of James G

@mortentor Hey thanks for the reply, i finally got a chance to try your hack and it seems to be working! I'm curious if this will have any adverse effect...

@Gadgetoid I don't see how catching the exception would help. The RuntimeError causes the inky module to exit before the display is updated. So catching the exception would prevent my...

> Are you sure you don't have anything else interfering with GPIO 17 that could be trampling the busy pin state? I don't think so, I just have the Inky...

Hey @PeaceDealer I will give your solution a try. I have been using the solution suggested by @mortentor and that has been working (https://github.com/jg76379/inky/commit/65e03c0e539dec7b53488fcb917ddade97b1ad80) but your solution might be better...

That works but it leaves the drop-down arrow visible when the search is not expanded. ![calcite-search](https://user-images.githubusercontent.com/33971128/57701001-061fe100-7629-11e9-8107-86cb65cdbd6f.PNG) I didn't like how this looked so In order to hide drop-down until search...

I think this would be a good feature. [node-sspi](https://github.com/abbr/nodesspi#inputs) allows you to specify which SSPI packages to use with an array >sspiPackagesUsed: default to ['NTLM']. An array of SSPI packages...

I'm trying to debug this more but I don't have any experience with C++ or NAPI. In Visual Studio when i attach to the process I can set breakpoints and...

> I can't offer a solution, but [node-expose-sspi](https://www.npmjs.com/package/node-expose-sspi) seems to work fine as a replacement. @fknx Thanks for the reply. Glad to hear that node-expose-sspi works as an alternative at...

@ecke78 I can confirm that [node-expose-sspi](https://www.npmjs.com/package/node-expose-sspi) works well as a replacement (as @fknx suggested). No issues since switching to it.