-
Hey guys!
## Current Behavior
### HTTP deletion with default timeout
```bash
curl -X DELETE 127.0.0.1:6333/collections/collection-to-be-deleted
{"status":{"error":"Service internal error: Wai…
-
**Bug Description**
I get an "_Code: Unknown Message: Exception was thrown by handler_" error when calling **PlaceBulkLimitOrder** either via grpcurl or my own code. Example:
order.json =
```
{…
-
- diff-so-fancy to [delta](https://github.com/dandavison/delta)
- exa to [eza](https://github.com/eza-community/eza)
- ag to [ripgrep](https://github.com/BurntSushi/ripgrep)
## 240507
- scc
-…
-
- [ ] how [mweb extension in Cake](https://github.com/DiosDelRayo/cake_wallet/blob/main/cw_mweb) works [PR 1455](https://github.com/cake-tech/cake_wallet/pull/1455)
- [ ] How other wallets with mweb …
-
As part of my automated scale test, I observe that the InferenceService sometimes reports as `Loaded`, but the call to GRPC endpoint returns with errors.
Examples:
```
set -o pipefail;
i=0;…
-
Is there some difference between how headers are passed in grpcui compared to grpcurl?
Using grpcurl:
```
% grpcurl -plaintext -H "my-token:$MY_TOKEN" :30080 list
gateway.Gateway
grpc.reflectio…
-
### Describe the problem
An Arduino IDE editor tab can be in one of two states:
- **Saved**: the contents of the file on disk matches the content in the editor buffer
- The editor will always be i…
-
When I run this, I get an error:
```
# ls /root/csi.proto
/root/csi.proto
# pwd
/root
# grpcurl -plaintext -unix=true -proto /root/csi.proto /var/run/csi/csi.sock describe
Failed to process p…
-
**What happened**:
I queried the metrics of ingress nginx 4xx in the prometheus console and found that some metrics had the ingress label, while some did not.
```
nginx_ingress_controller_r…
-
Hello Latest Truecaller 13 versions are using grpc, so we should library like https://github.com/fullstorydev/grpcurl to make grpc requests.
.proto files are available inside apk and by using grpc it…