Kevin Kettinger
Kevin Kettinger
Sorry for the late response. I could update the dependency of `cargo` to `0.74.0`, newer versions break the build (same with `git2 0.18.2`). I've also updated `itertools` to `0.11`. Please...
Bump, also very interested in this PR.
When updating to the latest cargo and git2 version (see #70), cargo bitbake does understand git-urls in the dependency section. Here an example that now works: ``` [package] name =...
Hello @vladimirvivien, i'm using `go version go1.20.1 linux/arm` and the simplecam example (018089c752cb092417d259661d6d8dc3874fc319) on a raspberry pi 4. The go.mod uses version `v0.0.5`. ``` $ ps -p 2388 -o %cpu,%mem,cmd...
@vladimirvivien No worries :) Yes, if i had a spare i could sent it to you, but the one i have is currently in use in a project. It's a...
Great, thank you.
I just came across this issue, @ashlin4010 thanks for pointing out where the bug is. To set `CONFIG_SYS_BOOTM_LEN` to a higher value, create a bbappend for `u-boot` like this: File...
@mnhauke, just tried your changes and they work with my device. Thank you! ``` Found device Temperature(20.850006) Temperature(20.912506) CO2(831) Temperature(20.912506) CO2(831) Temperature(20.912506) CO2(831) ```
> > // Set the region. This is required for some services, if you don't care about it, for example Minio service, just set it to "auto", it will be...
Hi @JLJu, i'm using my own script using `pandas`: ` pd.to_datetime(gps_df['date time'])` This is the error for timestamps with nanoseconds: ``` ValueError: unconverted data remains when parsing with format "%Y-%m-%d...