Brett Morrison

Results 5 issues of Brett Morrison

OpenApiResponseWithBody annotation works great. For example: `[OpenApiResponseWithBody(statusCode: HttpStatusCode.OK, contentType: "application/json", bodyType: typeof(StatusModel), Description = "Returns Status of Api")]` This renders in swagger.json as: ``` "200": { "description": "Returns Status of...

Cannot run with System.IO.Abstractions latest version **To Reproduce** Create an Azure Functions project for .NET 6. Run it. Note the runtime error: ``` [2021-11-19T02:33:26.035Z] Could not load file or assembly...

type: bug
state: needs discussion

Right now the program downloads everything. Add a feature to ONLY download files within a date range. Reported by: Ken Page

enhancement

Will you be adding support for Bitcoin Gold? Would love to "claim" my BTG balance pre-fork.

I found that _this_ did not work: ``` import { Event } from 'nostr-tools/lib/types/pure'; ``` In order to get _this_ to work: ``` import { Event } from 'nostr-tools/pure'; ```...