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

feat: example & changes to show autocomplete for st.chat_input #1

Merged
merged 2 commits into from
Jul 21, 2024

Conversation

voznik
Copy link
Owner

@voznik voznik commented Jul 20, 2024

No description provided.

@voznik voznik added the enhancement New feature or request label Jul 20, 2024
@voznik voznik force-pushed the feat/st.chat_input-example branch 4 times, most recently from c013223 to aad79f0 Compare July 21, 2024 13:59
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

};
/** Post a message to the Streamlit app. */
Streamlit.sendBackMsg = function (type, data) {
window.parent.postMessage(__assign({ isStreamlitMessage: true, type: type }, data), "*");

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AZDVl5KzVxNmHoGHDElQ-->Specify a target origin for this message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=voznik_streamlit-textcomplete&issues=AZDVl5KzVxNmHoGHDElQ&open=AZDVl5KzVxNmHoGHDElQ&branch=feat%2Fst.chat_input-example">SonarCloud</a></p>
};
/** Post a message to the Streamlit app. */
Streamlit.sendBackMsg = function (type, data) {
window.parent.postMessage(__assign({ isStreamlitMessage: true, type: type }, data), "*");

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications

<!--SONAR_ISSUE_KEY:AZDVl5zIjaoJ9Bcitbv6-->Specify a target origin for this message. <p>See more on <a href="https://sonarcloud.io/project/issues?id=voznik_streamlit-textcomplete&issues=AZDVl5zIjaoJ9Bcitbv6&open=AZDVl5zIjaoJ9Bcitbv6&pullRequest=1">SonarCloud</a></p>
@voznik voznik force-pushed the feat/st.chat_input-example branch 4 times, most recently from 2144ec6 to a19587e Compare July 21, 2024 14:23
@voznik voznik force-pushed the feat/st.chat_input-example branch from a19587e to 5a60ea5 Compare July 21, 2024 14:27
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@voznik voznik marked this pull request as ready for review July 21, 2024 14:30
@voznik voznik merged commit 7ae07b4 into main Jul 21, 2024
4 of 5 checks passed
voznik added a commit that referenced this pull request Jul 29, 2024
@voznik voznik deleted the feat/st.chat_input-example branch October 8, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant