zerol

Results 4 issues of zerol

**Describe the issue** ![Screenshot_20220320_225211](https://user-images.githubusercontent.com/20219056/159199285-fd9e499e-7c90-476b-808b-d0f5f228522b.png) 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...

language
bug
help welcome
good first issue

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...

proposal

### 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...

defect