zerol
zerol
**Describe the issue**  Everything after the define line has no highlighting. **Which language seems to have the issue?** C++ **Are you using `highlight` or `highlightAuto`?** highlight.js 11.5.0 **Sample Code...
When compiled with `--target=x86_64-unknown-linux-musl`, log rotation doesn't work. That is caused by: 1. The file creation time cannot be retrieved when compiled with musl. https://users.rust-lang.org/t/musl-and-file-creation-time/111559 2. When the creation time...
### Proposed change The proposal is to have a similar version with the following code but set `req.LastFor = subject`. https://github.com/nats-io/nats.go/blob/48391f1b8b390ed4569b5c40f59fcde3e4cf1dc7/jetstream/jetstream_options.go#L94-L102 ### Use case I want to get the last...
### Observed behavior After updating the stream with an external source, run `nats stream report`, the `API Prefix` field is empty, and `Error` field contains `stream not found (10059)`. This...