Results 20 comments of HankB

I found my way here because I seem to be experiencing a similar problem. I understand that this is not the `rsync` issue tracker but I thought it might be...

TL;DR - suggest a way to clone `rustlings` such that progress can be committed and pushed in order to facilitate continuing on different hosts. I came here to suggest that...

I just downloaded the 1.4.8 version of the library from the Bosch web site: ```text hbarta@olive:~$ ls -lrt ~/Downloads/bsec_1* -rw-r--r-- 1 hbarta hbarta 5618846 Aug 22 13:52 /home/hbarta/Downloads/bsec_1-4-8-0_generic_release_updated_v3.zip hbarta@olive:~$ ```...

Total Rust newb here. I think I just ran into this too trying to build a project on an NFS share. The code I'm trying to build has errors and...

@alexcrichton Thanks for pointing that out. It should have been obvious. I have added my comments to what seems like the same issue. (https://github.com/rust-lang/rust/issues/40830)

Perhaps a similar issue. Trying the example command twice - first time seems to work, second time crashes. ```text hbarta@pilog3b:~$ kasa --type bulb --host 192.168.20.53 hsv 0 100 20 --transition...

I ran into the 'missing Python3' in the container and resolved with the following commands (executed interactively in the container.) ```text apk update && apk add python3 ln -s /usr/bin/python3...

The Raspberry Pi 5 is configured to run with a 16K page size whereas earlier Pis were all configured with a 4K page size. I don't know if the issue...

The Raspberry Pi 5 is configured to run with a 16K page size whereas earlier Pis were all configured with a 4K page size. I don't know if the issue...

I see that BOX64 recently added support for the Pi 5 and which includes > * Split RPi5 in 16k page-size variant and not Could this be the solution for...