Nathan Brown

Results 42 issues of Nathan Brown

Closes #35. I considered replacing in all cases, and can do that if requested.

There were some entries in the `package-lock.json` file that were referring to `http://localhost:4873/` instead of `http://registry.npmjs.org/`. I search and replaced for that. Also, since some, but not all, `package-lock.json` files...

I've been patching this locally into my project and has been working fine. Fixes #54

@jbogard, you've written that the [domain model could receive a command for changes](https://lostechies.com/jimmybogard/2016/04/29/validation-inside-or-outside-entities/) ([and here](https://lostechies.com/jimmybogard/2010/03/31/strengthening-your-domain-avoiding-setters/)), but I've not seen that combined with MediatR usage. In this project you use AutoMapper...

There are tests for each of the commands, but none of them end up exercising the validation on the commands. That is the FluentValidation or the ComponentModel.DataAnnotation attributes that are...

@kallemooo There is a package on NuGet that references this repository, but appears to be published by someone else? https://www.nuget.org/packages/Asap2/ If it's you, then update the [readme](https://github.com/kallemooo/Asap2/blob/master/README.md), if not, contact...

Hello, I've been making incremental changes to NLog for awhile. The highlights are: - Change the level at which the Trace output will show a fault. - Warns were showing...

Excel 365 now supports a ThreadedComment feature with slightly different functionality than the old "Comments", now re-named to "Notes", feature. For example, scrolling through the text is supported with the...

Implements ~[NH-4008](https://nhibernate.jira.com/projects/NH/issues/NH-4008)~ #847. This will also be critical in being clear as to what will be supported under .netstandard2.0, and what will not. It will also make it easier to...

to review
t: New Feature
c: DataProviders / Dialects
p: Minor

Hello, I'm using dulwich through hg-git, and got the following error: ``` ... File "C:\Python37x64\lib\site-packages\dulwich\client.py", line 798, in send_pack proto, unused_can_read, stderr = self._connect(b'receive-pack', path) File "C:\Python37x64\lib\site-packages\dulwich\client.py", line 1080, in...

windows