Heiko Rothe

Results 75 comments of Heiko Rothe

I just created a test account called "Bärenjunge" and tested logging in with and without password. When I disable password authentication the login works fine, with password I get a...

Fyi, this script should be able to solve your problems: https://github.com/jamesstringerparsec/Cloud-GPU-Updater It says to refrain from doing this, but it updated my drivers just fine. If you kill your machine...

A different hot fix that doesn't disable type checking of libraries that I found is putting the following into `/typings/node/index.d.ts`: ```typescript declare namespace NodeJS { // drop-in hotfix for nest-emitter...

For the original intention of the script to work it actually needs to be ahead of the file creation further down below, otherwise there is a good chance you will...

Hey! I’m still around, but currently don’t have the time to invest a lot in maintaining this project. If someone would be interested in picking up maintainership of this project...

As @townsmcp mentioned, the ESPresense project just does fingerprinting of public device properties and won't give you a real unique id for devices like the Apple Watch. With the current...

Unfortunately I can't seem to find the battery level in the iBeacon standard - am I overlooking something? I know that some manufacturers include it in the advertising data though....

I believe you can achieve this behavior with the beta release from today and the `preserveState` setting, see also #156. You can install it with `sudo npm i --global --unsafe-perm...

A quick side note: if you decide to try Bluetooth Classic again make sure to disable Bluetooth Low Energy or use two different Bluetooth adapters. Currently you can only run...

We can think about adding a customization option that blocks attributes from being published to MQTT, which would reduce it to the bare minimum of MQTT messages. Note that MQTT...