Neil Boyd

Results 5 issues of Neil Boyd

Here is a checklist you should tick through before submitting a pull request: - [x] Implementation is clean - [x] Code adheres to the existing coding standards; e.g. no curlies...

Fixes #571 Fixes #642 Fixes #969 Based on [`HeadingStyle`](https://github.com/Humanizr/Humanizer/blob/main/src/Humanizer/HeadingExtensions.cs) (although that's inconsistent with [`WordForm`](https://github.com/Humanizr/Humanizer/blob/main/src/Humanizer/WordForm.cs)). Replace `timeSpan.Humanize(toWords: true)` with `timeSpan.Humanize(timeSpanStyle: TimeSpanStyle.Words)`. **This is a breaking change.** `timeSpan.Humanize()` remains unchanged, although the...

enhancement

This PR puts the build back to use `dotnet build` instead of `vsbuild`. It demonstrates the error that is caused by https://github.com/dotnet/msbuild/issues/7331 This PR can be merged once the above...

based on https://github.com/neilboyd/tapiriik/pull/64/ which in turn is based on https://github.com/cpfair/tapiriik/pull/7/

## Type of change - [x] New feature (non-breaking change which adds functionality) ## Description Allow `lang` on page/post to override `site.lang`. This is useful to create folders (collections) of...