Sam Yuan

Results 102 issues of Sam Yuan

by remove golang tool chain from go.mod, try to fix https://github.com/hyperledger/fabric/issues/4951

ref to https://go.dev/doc/devel/release#policy bump to golang 1.23 from golang 1.21

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...

enhancement

step 1 I submit a PR. step 2 I accept some change request. as the change request/suggestion is accepted from webUI. so the commit msg like ``` Co-authored-by: Maryam Tahhan...

*Note - filling in this form will file an issue against the canonical.com website*. *Please provide as many details as possible in order to provide maintainers more context about the...

ref to https://github.com/actions/runner-images/issues/10636 bump up runner OS version to ubuntu latest

**What would you like to be added/modified**: In current e2e test case, we relay on build result and the invoke path like https://github.com/kubeedge/kubeedge/blob/master/tests/scripts/execute.sh https://github.com/kubeedge/kubeedge/blob/master/hack/local-up-kubeedge.sh which there are two items discuss:...

kind/feature

In recent I had been asked via mail for PQC in fabric, but it seems I lost connection. So I try to the sample and discussion here, and make the...

ref https://github.com/k2-fsa/sherpa-onnx/blob/master/flutter-examples/streaming_asr/lib/online_model.dart#L6 or https://github.com/k2-fsa/sherpa-onnx/blob/master/flutter-examples/non_streaming_vad_asr/lib/offline_model.dart#L7 in fact we have implemented Strategy Pattern as line above, but to provide more convenience when using sdk or allow end user to select model by...

I tried with https://github.com/SamYuan1990/flet_sherpa_onnx for an implementation, it seems easy to get _stopRecordingWithVAD to process all recording data works, but no sure if we can put vad logic into audioStream.listen(...