fedarovich

Results 34 comments of fedarovich

On Mac OS (and I guess on other *nix) Console.ResetColor() resets the colors to their default values (set in Terminal options). So I suppose using ResetColor() is the right way...

Yes, I mean exactly that. I've tested all 16 colors and the color after reset (or before any changes to back/fore ground) are not among them. ![screen shot 2018-04-06 at...

Yes, that was a surprise for me too. Meanwhile, I've checked Ubuntu terminal. It also has the similar features. It's even possible to make semitransparent background: ![screenshot from 2018-04-06 10-34-09](https://user-images.githubusercontent.com/14258025/38408503-8be00652-3986-11e8-9921-752ddf8e76cb.png)

One more nice command line parsing package for .Net Standard: [https://github.com/natemcmaster/CommandLineUtils](https://github.com/natemcmaster/CommandLineUtils)

I agree that name consistency is very important for structured logging. On the other hand I've seen so many times how interpolated strings were used instead of structured logging, so...

@bronumski I published a project named [ISLE](https://github.com/fedarovich/isle) (aka Interpolated String Logging Extensions) couple of weeks ago. It provides the same extension methods for `Microsoft.Extension.Logging.ILogger` as I proposed in [my article](https://habr.com/ru/post/591171/)...

Yes, it's the limitation of qB web API. Alas, it returns only these properties for the particular torrent.

Hi, I have never really tried it, but it should be easy to build it for Alpine Linux. With .net core 3.1 SDK installed (on any OS, either Windows, Linux...

I've checked that the build created using the command from my previous post works fine on Alpine. Please note that the following packages are required to run qbt: - libgcc...

Tar.gz archives with binaries for Alpine Linux are now available in the latest release (v1.7.22122.3). The archives are named in the following way: qbt-linux-**alpine**-_architecture_-_version_.tar.gz