Matt d'Entremont

Results 8 issues of Matt d'Entremont

Per [Delta](https://github.com/dandavison/delta)'s recommendations, I've replaced git's less.exe with this version (from [here](https://github.com/jftuga/less-Windows)). The reason I'm using Window's git, is that my git repository is checked out on the Windows filesystem,...

@dotansimha isn't maintaining is anymore, and @pkempenaers hasn't touched it in 8 months now, is there any plan going forward to triage some of the issues/pull requests? If it is...

(on latest version 5.10.3) When `BeEquivalentTo` fails, I see the following output: ``` Expected subject to be a collection with 5 item(s), but {"global in ancestor", "global in current"}" "contains...

enhancement
up-for-grabs

```c# // DateTime? nullableDate = ... nullableDate .Should() .NotBeNull() .And.Subject.Value .Should(); // Or perhaps safer: nullableDate .Should() .NotBeNull() .And.Subject ?.Should() ``` This seems a little odd - given that I've...

future

ModuleNotFoundError: No module named 'distro'

bug

## Goal - Allows the correct type to be imported in projects which use bugsnag

backlog

Some wallets like Apple Pay support the ability to show a different icon depending on the theme of the page it is displayed on. It would be nice if this...

Changes Requested

With the recent deprecation of `baseURL`, we ran into trouble while making the switch. The release notes suggest prefixing asset URLs with `/`, but this didn't work when hosting our...

help wanted