Blair Conrad

Results 89 comments of Blair Conrad

This issue seems to becoming from something in or below Castle.Core, it's unlikely that anything will be done in FakeItEasy to fix it (short of possibly picking up a new...

Hi, @drauch. I may be missing a subtlety. Can you show some code? Ideally what you have to do now to workaround the lack, and an envisioned improvement? Because as...

This seems kind of niche, to be honest. It looks like you have access to `fake` from some shared location (perhaps it's an instance variable). Have you considered retaining the...

Howdy, @vdurante. The feature sounds like it might be useful to some. You're right that a `HashSet` would collapse duplicate items within a collection, and may thereby give inaccurate results....

This may be a disappointment, but we've decided not to implement this change. While it may be useful for some, there are abundant alternate flows.

> We should just use the default equality comparer for the type (`EqualityComparer.Default`) > … > And of course, we can let the user specify an equality comparer explicitly. :+1:...

I don't know that I'd classify it as a bug. More an opportunity for enhancement. Also, note that there are 2 differences in the calls `python` and `C:\Users\rolodato\.pyenv\pyenv-win\versions\3.11.0\python.exe`: 1. the...

I'm sure this is not what you're looking for, @rolodato, but in case you want a workaround that speeds things up for you for the odd session, I've had luck...

Oh, I also hacked `pyenv-install.vbs` to output the command that failed and to create a log file. Sadly, I do not know how to read it. I'm combing through the...

I still don't understand _anything_ that's happening, but just grabbing the official 3.11.0 installer from https://www.python.org/ftp/python/3.11.0/python-3.11.0-amd64.exe does work: I get `python` and `py` installed.