Chris Apple

Results 19 issues of Chris Apple

**Describe the bug** When using the code block feature in notion, by putting code in block with triple tick marks, this code is poorly formatted on the Anki cards **To...

Currently if you use `gbl` you get a rather dull monochrome blame: It would be nice if we could put this through a nicer pager, or add syntax highlighting somehow.

## Environment info - OS - [ ] Linux - [ ] Mac OS X - [ ] Windows - [ ] Others: - Shell - [ ] bash -...

We have had a decent number of regressions and issues between shell/OS versions. It would be great to set up a unit testing framework and eventually github actions to test...

stale

Currently, it's required that there is only one thread doing RT Logging (enqueuing ), and another doing the actual loging (dequeing) ReaderWriterQueue is SPSC, we could possible use ConcurrentQueue by...

NDJSON is a blessing for logs. It would be great to have a running example of how to use it with `rtlog`.

It's possible that not everyone wants to use the sequence number feature. Is there a reasonable way to make it optional?

(for the record, I'm more than willing to implement this feature myself and put up a PR, I just want to file this to discuss before putting in the work)....

RealtimeSanitizer is an approach to detecting real-time safety violations in timing critical code. It has been added to LLVM 20, and this RFC aims to leverage that work and add...

T-lang