swdee

Results 58 comments of swdee

From the gcash project these RPC commands have been implemented in the following PR https://github.com/gcash/bchd/pull/153 if someone wants to port them to btcd.

Yeah I found that issue also and tried it, but it gives error; ``` Error: validation failed: error validating "": error validating data: ValidationError(Deployment.spec): unknown field "updateStrategy" in io.k8s.api.apps.v1beta2.DeploymentSpec ```...

Note that by removing the following lines from deployment.yaml, nats-operator installs fine. ``` updateStrategy: type: {{ .Values.updateStrategy }} {{- if .Values.rollingUpdatePartition }} rollingUpdate: partition: {{ .Values.rollingUpdatePartition }} {{- end }}...

In recent [Raspberry Pi news](https://www.raspberrypi.com/news/velo-ai-smart-bike-light/), there is a company Velo AI which reports they are using a CM4 and Hailo chip, so things look positive as for it working on...

I received the Hailo-8 A+E Key card and confirm its fully functional on the CM4. It is very much plug and play without any dramas with the following process. I...

I get same error about unrecognized arguments on `--input_shape_dict` by following the [docs here](https://github.com/PaddlePaddle/PaddleOCR/tree/main/deploy/paddle2onnx#2-model-conversion) ``` $ paddle2onnx --version 2024-05-15 17:17:51 [INFO] paddle2onnx-1.2.1 with python>=3.6, paddlepaddle>=2.0.0 $ paddle2onnx --model_dir ./japan_PP-OCRv3_rec_infer/ --model_filename...

Same problem on iphone 12 & 13 with iOS 15.1 in Safari. When I initialize the camera I setCamera() to `environment`. However camera does not show up. As a workaround...

@advait-0 I compiled the branch from https://github.com/advait-0/opencv/tree/libcamera-final and test code from https://paste.debian.net/1303027/ however upon executing it exits with a segmentation fault. ``` ./example [6:18:20.156221133] [12518] INFO Camera camera_manager.cpp:297 libcamera v0.0.5+83-bde9b04f...

@advait-0 I am not sure what package provides the `cam` command, however the output from `libcamera-hello --list cameras` is; ``` 0 : imx219 [3280x2464] (/base/soc/i2c0mux/i2c@0/imx219@10) Modes: 'SRGGB10_CSI2P' : 640x480 [103.33...