Brandon Everett

Results 12 issues of Brandon Everett

Fixes #198 Updates the types for `format` from `date-fns` to accept `Date | Number` and removes string.

I am currently getting an error when passing in a string to `format`. ``` Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings....

When trying to add Sparkle as a reference I get incompatible target framework. I was able to edit the `.csproj` file and get the reference added. Not sure is there...

When validating an array, I would like to only return the valid items in an array and not fail if one item fails. This is a very basic example ```...

Can you make this a Github [template repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-template-repository) to make it easier to create new repos with? If this is a template, it will enable a button that can be...

I would like to be able to serve the swagger UI on a route like `/docs` or `/swagger` without having to provide the full path and extension `/swagger/index.html`. Is there...

I want to be able to lookup a deprecated timezone and find the actual supported timezone. For example `America/Indianapolis` should resolve to `America/Indiana/Indianapolis`

The[ Google Feed API](https://developers.google.com/feed/) was deprecated on December 15,2016. This was the main functionality of this application. Any plans to replace or other alternatives?

## Use Case If I'm trying to debug a single test, or writing a new test in a large test suite, I would like to run that test in isolation...