Daniil Tatianin

Results 8 comments of Daniil Tatianin

> I'm unsure whether the extra unused read is actually a problem? I suppose it could potentially confuse some hardware that do things on register reads, and it's probably better...

Yeah this is definitely a thing that should be done at some point. There are a lot of good unit test c++ libraries out there, the one I recommend is...

Actually, I believe it's already using the brightest version, the only exception being red, which looks better in my opinion.

Wow, it does look horrible on your screenshot. Here it is on my Windows 10. ![image](https://user-images.githubusercontent.com/34326714/83720476-d1226a00-a641-11ea-8f15-493c17370fcf.png) Are you using Windows 7? Try changing colors.h:46 to 12 and let me know...

Hey! Appreciate the feedback. Thanks for the enhancement suggestions, they all look interesting, and I would love to implement them some day, probably not any time soon tho because I...

> Well I cannot imagine any logger that would not write to file... eventually ? Yeah it does write eventually like I said, upon destruction or switching files. > Also...

Yeah, this should work. You could also make it static or something. Also, there is a typedef `bl::logger::ptr` I suggest you use that instead to be safe in case the...

> Hi there, > > Are there any plans to support Arm32? Hey there! I guess it is something I would like to support eventually, however, right now I have...