Ryan McGinty

Results 13 comments of Ryan McGinty

I didn't look at this issue first - I'm basically asking this same question in your other issue #169. We'll see what is said over there and then we can...

@vincentparrett Do you have any ideas on where the best place to tie into this would be? Now that I you added the UI updating in real-time, and now that...

I'm actually working on this now. I was looking at the System.Hash and unfortunately it does not have a procedure to hash a file. Everything is done based on string...

Glad you said that - I was thinking the same thing, but thought maybe I was missing something. My comparison is currently using 4k blocks and does do a size...

It could be more complicated because the background color can be anything: http://www.howtogeek.com/howto/16815/how-to-personalize-the-windows-command-prompt/ I wasn't aware it could even be changed without a hack, so documenting link here. I have...

As a quick fix, change TDUnitXConsoleLogger.SetConsoleDefaultColor() in DUnitX.Loggers.Console from: `FConsoleWriter.SetColour(ccDefault);` to: `FConsoleWriter.SetColour(ccWhite, ccBlack);` The other "SetColour" commands all explicitly specify black for the background, so setting the default to while...

I thought I had already made this change in my local version, but apparently I didn't (or I accidentally merged it back in). Has anyone used the change in enough...

I already have an active PR and I really do not want to try a branch since I just got my GitHub repo all back to normal, but it literally...

> I have another theory as explained in #273. > Hopefully the owner will find it plausible enough to merge the PR. I agree with the logic on this. I...