-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix incomplete kernel search path #246
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
for more information, see https://pre-commit.ci
I missed the change to the kernel driver, will check the |
Thanks for the PR @Wh1isper, any idea why tests fail? |
It seems like starlette switch https://github.com/encode/starlette/blob/master/starlette/testclient.py#L470 |
for more information, see https://pre-commit.ci
refer to this |
Co-authored-by: David Brochart <david.brochart@gmail.com>
Should we require |
I'm new to |
Yes, let's require |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks a lot @Wh1isper !
Just as a side note, you should create a branch on your fork before making a PR, instead of committing on |
Thanks for the reminder, I realized that each PR will be squeezed into a new commit rather than just merged |
In this particular case, I squashed your PR. |
No description provided.