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

Update page.tsx #33

Closed
wants to merge 4 commits into from
Closed

Update page.tsx #33

wants to merge 4 commits into from

Conversation

Keyrxng
Copy link
Contributor

@Keyrxng Keyrxng commented Mar 25, 2024

No description provided.

app/page.tsx Outdated
@@ -6,7 +6,7 @@ import { useState } from "react";
export default function Dual() {
const { messages, input, handleInputChange, handleSubmit, data } = useChat();
const { count, setCount } = useState(0);

const wawya = ""
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one wasn't caught. To be honest, if you could reverse this behavior that would be the most useful. For example, if new empty strings are introduced in a pull, then annotate them with a warning. If it is merged in, then in future pulls it should be ignored. That would be excellent.

@0x4007
Copy link

0x4007 commented Mar 25, 2024

I'm pretty sure there is a way to annotate only in the files view instead of showing on the conversation view as well like we see here. Can you look into that? Its some type of built in GitHub actions methods I believe.

As you can see the conversation view is getting cluttered again.

@Keyrxng
Copy link
Contributor Author

Keyrxng commented Mar 25, 2024

I'm pretty sure there is a way to annotate only in the files view instead of showing on the conversation view as well like we see here. Can you look into that? Its some type of built in GitHub actions methods I believe.

As you can see the conversation view is getting cluttered again.

I was going to mention that but yeah I'll look into it

@ubq-testing ubq-testing deleted a comment from github-actions bot Mar 25, 2024
@ubq-testing ubq-testing deleted a comment from github-actions bot Mar 25, 2024
@ubq-testing ubq-testing deleted a comment from github-actions bot Mar 25, 2024
@Keyrxng Keyrxng closed this Mar 25, 2024
@Keyrxng Keyrxng deleted the break branch March 25, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants