Val Packett

Results 399 comments of Val Packett

Looks like there is already work on mDNS-IPv6 in the arduino core: https://github.com/esp8266/Arduino/pull/7335 Unfortunately enabling IPv6 in lwIP currently breaks ESPAsyncTCP: https://github.com/me-no-dev/ESPAsyncTCP/issues/148

Here's an experiment: a future that does wayland dispatch, plus some functions to get wayland events over channels: https://gist.github.com/myfreeweb/f8e9097e897e26b71b630e5f299a06fe I ended up going with glib instead of tokio for my...

Who ever links to original git and not libgit2? [objective-git](https://github.com/libgit2/objective-git) is the binding. It's under a permissive license

@ilikenwf (hopefully this is still relevant, months later :D) Google does not seem to use ISH at all — all the sensors are connected to the Chrome EC which runs...

Well, this project *is* aware of the meaning of broadcasters' data! :) For characteristics, probably defining a mapping in the JSON config would work…

Maybe reboot when the scanning returns an error?

See https://github.com/openhab/openhab-android/pull/232 for how openHAB implemented it. Seems like it's `KeyChain.choosePrivateKeyAlias` for picking the cert, and it's passed to an `SSLContext` via an `X509KeyManager` that uses `KeyChain.getPrivateKey` / `KeyChain.getCertificateChain`.

This should be more obviously documented… If you use GmsCore, which includes UnifiedNlp, push *it* into `/system/priv-app`, don't get UnifiedNlp. Only this apk:

all the "conversion" you need is just putting the apk into `/system/priv-app`, you can e.g. adb push while in the recovery

I just dirty flash the LineageOS update, the vendor image, apply the signature patch and `adb push` the microG apk. Works every time.