Riguz Lee
Riguz Lee
I'm using dapr binding to fetch azure blob, ``` await _daprClient.InvokeBindingAsync( new BindingRequest("blob-storage", "get") { Metadata = {{"blobName", blogName}} }); ``` However, if the blob is larger than 4mb, it...
Hello~ I faild to start greys in a debian container, ``` root@qa-otr-as-service-bff-1:/app# ./greys.sh 1 start greys failed, because : com.sun.tools.attach.VirtualMachineDescriptor attach to target jvm(1) failed. ``` and I tried to...
### Description Authentication should be configured for production gRPC services, see https://grpc.io/docs/guides/auth/. When token based authentication is enabled for the grpc backend, how should I specify it in APISIX? I...
As you said "It could be adapted to produce a very fast JSON parser.",I'd like to implement a lightweight JSON parser based on it, but then I find it a...
Hi, I'm new to typst, I'm trying to find a tool for writing books that supports both pdf and word. Currently I find [Quarto](https://quarto.org/) that meets my requirement. What is...
Hi, I'm looking for h3 frameworks that using quiche, but it seems that there's no such framework yet. Does anyone know something about this? Thanks
Hi, I'm using toolkit with react+vite. I want to show an image in the webview, like this: ``` // the user.png is located on webview-ui/src/user.png import userImg from "../user.png"; ......
Hi, I see lot of errors in my event listener, but actuall the event listener works. Is there anything wrong with my event listener or my tekton installation? ``` E0418...
When run `flutter test` on a Mac M1 device the unit test will fail: ``` To run this test again: /Users/riguz/mobile/flutter/bin/cache/dart-sdk/bin/dart test /Users/riguz/Documents/apps/kdbx.dart/test/deleted_objects_test.dart -p vm --plain-name 'delete permanently delete entry'...
Hi, I got this issue when re-reploying a service: ```bash func deploy --remote ... arning: git settings are only applicable when running with --remote. Local source code will be used.deploy...