Joshua Nutt
Joshua Nutt
Submitted a pull request with the change that fixed it on my windows machine.
I'm not a real developer and if I submitted this pull request wrong I'm sorry. Please let me know and I'll fix it.
Also interested having SAML integration. Has anyone made progress on this?
@bananabr Did you ever sort it out? I'm having the same issue.
I have access to some older versions of Windows at home and will test those when I get off work. Info from the client PC: ## Driver This is the...
Ran into this error when installing netifaces: ```bash netifaces.c:1:10: fatal error: Python.h: No such file or directory 1 | #include | ^~~~~~~~~~ compilation terminated. ``` Fixed with: `sudo apt-get install...