Bot - add support for GPT-4 Vision #84
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
test_integration/Nostr.Client.Sample.Console/Program.cs#L131
The local function 'SendEvent' is declared but never used
|
build:
test_integration/Nostr.Client.Sample.Console/Program.cs#L146
The local function 'SendDirectMessage' is declared but never used
|
build:
apps/nostr-debug/NostrDebug.Web/Events/NostrKindSelect.razor#L68
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
apps/nostr-debug/NostrDebug.Web/Events/NostrEventTable.razor#L20
Dereference of a possibly null reference.
|
build:
apps/nostr-debug/NostrDebug.Web/Events/NostrEventTable.razor#L23
Dereference of a possibly null reference.
|
build:
apps/nostr-debug/NostrDebug.Web/Events/NostrFilterEdit.razor#L226
The variable 'e' is declared but never used
|
build:
apps/nostr-debug/NostrDebug.Web/Events/NostrFilterEdit.razor#L85
The field 'NostrFilterEdit._isWaitingForData' is never used
|
build:
apps/nostr-debug/NostrDebug.Web/Components/RelaySelector.razor#L47
Component parameter 'NostrDebug.Web.Components.RelaySelector.Relay' should be auto property
|
build:
test_integration/Nostr.Client.Sample.Console/Program.cs#L131
The local function 'SendEvent' is declared but never used
|
build:
test_integration/Nostr.Client.Sample.Console/Program.cs#L146
The local function 'SendDirectMessage' is declared but never used
|