Joel Mueller

Results 26 comments of Joel Mueller

I added a handful more optimizations: https://github.com/Humanizr/Humanizer/compare/master...jtmueller:span-optimized It's difficult to take this too much further, mainly because System.Text.RegularExpressions does not yet support `Span` or `ReadOnlySpan`. Humanizer is fairly heavy on...

The span stuff doesn't appear in .NET Standard until 2.1, which has yet to be officially released. Targeting that will definitely be preferable to targeting `netcoreapp2.1` when it becomes possible,...

FWIW, this issue also appears in 2.8.0

> Is it related to this PR perhaps: #101 @ryansolid That seems plausible, but it's not clear what the work-around might be. So far I've been unable to get Vitest...

@ryansolid With 2.8.3 the unit tests are running to completion and they all pass, without the patch I was using for 2.8.0. However, I'm seeing dozens of instances of these...

@osiewicz While you're at it, could you also save the order of the top-level folders in a project, as well as the fold state? If I'm opening a multi-repo project,...