Merge pull request #2 from GACWR/fix/model-registration-1 #20
ci.yml
on: push
API (Rust)
1m 54s
Frontend (Next.js)
52s
PostGraphile
7s
Model Runner (Python)
1m 0s
Model Runner (Rust)
48s
SDK (Python)
11s
Database Schema
21s
Annotations
10 warnings
|
Frontend (Next.js):
web/src/app/features/page.tsx#L145
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
web/src/app/features/page.tsx#L144
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
web/src/app/experiments/page.tsx#L135
React Hook useEffect has a missing dependency: 'fetchExperiments'. Either include it or remove the dependency array
|
|
Frontend (Next.js):
web/src/app/experiments/page.tsx#L130
React Hook useEffect has a missing dependency: 'selectedExp'. Either include it or remove the dependency array
|
|
Frontend (Next.js):
web/src/app/datasets/page.tsx#L108
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
web/src/app/automl/page.tsx#L94
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
web/src/app/automl/page.tsx#L93
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
web/src/app/automl/page.tsx#L67
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
web/src/app/(auth)/register/page.tsx#L112
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Frontend (Next.js):
web/src/app/(auth)/login/page.tsx#L61
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|