This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
0.3.0 release-please manifest #3
Annotations
10 errors and 5 warnings
eslint:
src/lib/ai/agent.ts#L1
'Agent' is defined but never used
|
eslint:
src/lib/components/apiIndicator.svelte#L10
Unsafe assignment of an `any` value
|
eslint:
src/lib/components/apiIndicator.svelte#L15
Unsafe assignment of an `any` value
|
eslint:
src/lib/components/apiIndicator.svelte#L16
Unsafe return of an `any` typed value
|
eslint:
src/lib/components/apiIndicator.svelte#L16
Unsafe call of an `any` typed value
|
eslint:
src/lib/components/apiIndicator.svelte#L16
Unsafe member access .some on an `any` value
|
eslint:
src/lib/components/chatPanel.svelte#L2
'RotateOutline' is defined but never used
|
eslint:
src/lib/components/chatPanel.svelte#L13
'Conversation' is not defined
|
eslint:
src/lib/components/chatPanel.svelte#L16
'v' is defined but never used
|
eslint:
src/lib/components/chatPanel.svelte#L19
'v' is defined but never used
|
eslint:
src/lib/components/chatPanel.svelte#L127
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
eslint:
src/lib/components/ragPicker.svelte#L15
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
eslint:
src/lib/components/ragPicker.svelte#L48
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
eslint:
src/routes/upload/+page.server.ts#L38
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
eslint:
src/routes/upload/+page.svelte#L49
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|