Jonathan K. Stevens
Jonathan K. Stevens
**What did you do?** Tried to use the `StartsAt` field on the [alert](https://prometheus.io/docs/alerting/latest/notifications/#alert) data structure in an alert notification template. **What did you expect to see?** Access to the [alert](https://prometheus.io/docs/alerting/latest/notifications/#alert)...
We have methods like this: ```proto rpc DoSomething(SomeRequest) returns (google.protobuf.BoolValue) { ``` And the generated typescript gets generated without using the `BoolValue` wrapper message: ```typescript DoSomething(request: SomeRequest): Promise { const...
Right now, in the event that nsqd addresses change, the old connections stay around in the consumer's connections map. This simply cleans up old connections from that map.
I have gotten this to work with a single upload with the mutation defined as: ```upload(file: Upload!): Boolean!``` But, when I try a mutation to handle multiple uploads, it fails....
### 📜 Description It seems the [mkdocs-mermaid2](https://mkdocs-mermaid2.readthedocs.io/en/latest/) plugin is just being ignored when present in the mkdocs.yml file when running `techdocs-cli generate`. I have verified that running `mkdocs build` on...
## Hey, I just made a Pull Request! This just simply fixes and simplifies the imports within the how-to guide for migrating search to the new backend installation. #### :heavy_check_mark:...