Techcable

Results 133 comments of Techcable

Wait is this the new default? Please make it behind a config flag in case it ever breaks. The old threaded subprocess were *really* buggy. I'm fine if it's on...

Maybe add an alias to the binary, like `moar-pager`?

I fear this may be a problem when loading options from config files. Remember we have different features to control debug/release builds. It could be bad for an app config...

As far as I know, using an _owned_ trait object (`Box`) should work fine with the existing [`ErrorValue`]. The only problem is using a _borrowed_ `&dyn Error` with the new...

What about `#![no_std]` support?

I think this is an excellent addition! Relying on an explicit `mem::drop` doesn't always flush correctly in the presence of `Logger::clone`. I've wanted this for a while. Thank you for...

Right now, the `thread:sleep` in `Async::flush` seems surprising to me. It's specific to the `Async` logger. If the user switches to another logger like `slog-term`, it would just flush the...

Just to clarify, you're complaining specifically about the quality of the error messages here?

Yes. On the latest commit 78f91952 xonfig for 78f91952 ``` +------------------+--------------------------+ | xonsh | 0.11.0 | | Git SHA | 78f91952 | | Commit Date | Mar 6 13:23:34 2022...