irsl

Results 24 comments of irsl

I encountered the same issue on Linux. Comparing ldapsearch and this library in Wireshark, I see ldap4net sends an additional bind request after it had received a "bindResponse success" for...

I managed to fix this, you need to turn off referrals by: ``` cn.SetOption(LdapOption.LDAP_OPT_REFERRALS, IntPtr.Zero); ```

So, by reading the initrd source code, I guess something like the following server tags should do the work (I didn't have the time to test it yet): KEXEC_KERNEL=latest KEXEC_INITRD=http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.7.gz...

Had chance to experiment with it today. I learned: The feature I was looking for is enabled by default on the bootscript/kernel combo (x86_64-mainline-lts-4.9-4.9.93-rev1) the SCW system assigned to me,...

Further info: at https://github.com/mRemoteNG/mRemoteNG/commit/bacf832158c84e0da84798091f554eee25a065fc the behavior is still correct; at the next commit https://github.com/mRemoteNG/mRemoteNG/commit/854af92f3dc655f5682ff02d976726da3e1b200e it is broken.

Hi @petretiandrea, I implemented a small Python lib to discover Tapo devices over LAN: https://gist.github.com/irsl/e6b6e635dc8dfba9ea3e8b6263f119c1 I was about to integrate it into your HA repo and send a PR, but...

Deal! I'll send you a PR in a week.

Have you got a URL for Pan v1 4.10.8.1002? https://download.wyzecam.com/firmware/pan/demo_4.10.8.1002.bin.zip returns 403. I prefer not experimenting with the latest firmware, but rather use the same one you have been testing...

I added an echo after this line of `compile_image.sh`: ``` PAN_DL_URL=$(wget --header="Accept: text/html" --user-agent="$UA_STRING" -qO- https://support.wyze.com/hc/en-us/articles/360024852172-Release-Notes-Firmware | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*" | grep /pan/ | sort -t . -k2r,5 | grep...

Heroku has discontinued their free plan end of November, 2022.