dtoniolo
dtoniolo
Steps to Reproduce: 1. Creating a dock block on a class with empty (incomplete) `__init__` generates the error. Write the following code: ```{python} class foo(): def __init__(self, bah) ``` 2....
PR #2323 added a feature that allows the creation of a [`RollingFileAppender`](https://docs.rs/tracing-appender/latest/tracing_appender/rolling/struct.RollingFileAppender.html#) that keeps only the `n` most recent log files on each rotation. I find this feature to be...
# Introduction I recently opened an issue (#354) thinking that there was a bug in this crate, but the problem that I was having tourned out to be caused by...
Hi, I'm a long-time HoRNDIS user and I've never had any issues. However, recently I started connecting my smartphone to a dock, instead of going in directly into the Mac...
Hi, first of all thanks for your work on this amazing library: I've completed some toy projects with it and it was a pleasure to use. While going through some...