-
I've been happily musing away on this in another issue ([here](https://github.com/ably/repository-audit/issues/24#issuecomment-935674856) and then [here](https://github.com/ably/repository-audit/issue…
-
Is the PDF file upload feature supported?
-
I would like the OTLP spec to specify whether “empty telemetry envelopes” are valid OTLP. Some examples would be a `ResourceMetrics` with no `ScopeMetrics` inside it, or a `ResourceMetrics` with no `M…
-
Our path to mainnet has three phases:
- **Cleanup Phase** where we fix final architectural changes that we want to make prior to audit
- **Test Phase** where we lock our architecture and test every…
-
To help scope our beta release, let's set all the goals we want to achieve.
- [ ] Instrumentation compatibility with the global SDK
- [ ] Instrumentation compatibility with our own SDK distro
- […
-
The behavior characteristics and performance of iterating the cursor through conversations.list is truly awful when it is being used to resolve a channel name to a channel id.
For example, if I cre…
-
bin2chen
Medium
# If WithdrawAddrEnabled = false, execute_claim() will fail
## Summary
Currently, contracts that execute `execute_claim()` set `DistributionMsg::SetWithdrawAddress` first.
I…
-
(Describe your issue and goal here)
This should work:
1. upload an image with client.files_upload_v2(), do not want it to be visible in a channel
2. chat_postMessage(blocks=type: image, image_u…
-
Generated with:
```
./cg build log --build-id=6a9cd064-7533-4046-ad92-44caa14b07b0 --search 'ERROR: failed to build package' --attrs pkg,arch | sort | cut -d\ -f2,14- | sed 's|^|- [ ] |'
```
…
-
在[官方API文档](https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html)里有说明,可以通过`multipart/form-data`参数里的`file_image`字段,直接通过文件上传的方式发送图片,请求适配