Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterized kernel specs #1

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

[pre-commit.ci] auto fixes from pre-commit.com hooks

8baa65c
Select commit
Loading
Failed to load commit list.
Open

Parameterized kernel specs #1

[pre-commit.ci] auto fixes from pre-commit.com hooks
8baa65c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 13, 2024 in 3s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1440 in packages/apputils/src/sessioncontext.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'model' always evaluates to true.

Check warning on line 1444 in packages/apputils/src/sessioncontext.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'model' always evaluates to true.

Check warning on line 1456 in packages/apputils/src/sessioncontext.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Comparison between inconvertible types Warning

Variable 'model' is of type object, but it is compared to
an expression
of type null.

Check warning on line 1459 in packages/apputils/src/sessioncontext.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'model' always evaluates to true.