Jeef

Results 229 comments of Jeef

I did the following (still erroring on build currently) ``` ggit config --global http.sslVerify false git clone https://github.com/mfontanini/cppkafka.git cd cppkafka curl -sq -k -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe mkdir build nuget install...

Switched to Visual Studio 2017 and it worked: Open power shell (admin mode) ``` Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco install https://chocolatey.org/packages/VisualStudio2017Community...

I found an issue when using the Win64 generator: ``` git config --global http.sslVerify false git clone https://github.com/mfontanini/cppkafka.git cd cppkafka curl -sq -k -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe mkdir build nuget install...

I opened an issue (which I just closed) but my workaround was to use `subgraph` and you can make it work like so. I wanted to capture input and output...

I'd love to have a generic ENABLED/DISABLED entity class for sensors instead of on/off

I have the exact same issues with zscalar

Well Jesus the Hun... Any chance you can post in the debug logs?