Max Heller
Max Heller
After using the `tracing/log`+`syslog` crate combination for a while and being frustrated with the lack of configurability and general interfacing with `tracing`, I decided to look into a `syslog`-backed `Subscriber`....
As discussed in #1137, `tracing-syslog` won't be getting added to the `tracing` monorepo, but I've moved the code to [max-heller/tracing-syslog](https://github.com/max-heller/tracing-syslog). Try it out and let me know if it works...
Finally published the crate as [`syslog-tracing`](https://crates.io/crates/syslog-tracing). I was trying to get ownership of the name-squat [`tracing-syslog`](https://crates.io/crates/tracing-syslog) but couldn't get in contact with the owner.
Just a bit busy with classes starting up, should be able to wrap things up next weekend.
I'm interested in working on this!
Attempting to disambiguate associated types/values of primitives with an incompatible disambiguator gives a confusing error: ``` error: unresolved link to `str::trim` | 3 | //! [struct@str::trim] | ^^^^^^^^^^^^^^^^ | |...
> That's a good one-time data point, but how stable is this over time? [`mdbook-pandoc`'s CI builds The Book and uploads it as an artifact for each commit to main](https://github.com/max-heller/mdbook-pandoc/blob/703c7aabab5672ad69197d04f47bfcce683fdc43/.github/workflows/ci.yml#L32)....
> In no_std you could do something like a static arena of wakers you can allocate from. You would probably also want some way to define the size of that...
I built [`mdbook-pandoc`](https://github.com/max-heller/mdbook-pandoc), a backend powered by [Pandoc](https://pandoc.org). Pandoc is quite mature and supports many output formats, including PDF (I've mainly tested LaTeX) and EPUB. Sample rendered PDF books are...
> `commonmark-pandoc` can only do what the core `commonmark-extensions` API for tables supports, so that is where the change would need to happen. `commonmark-pandoc' is just a thin wrapper. Not...