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/Python code editor version 0.1 #1116

Open
wants to merge 63 commits into
base: dev
Choose a base branch
from
Open

Conversation

jschanker
Copy link
Collaborator

Which issue does this refer to ?
Robert's Python code editor

Brief description of the changes done
A brief step by step changes made. Example :

  1. Upgraded packages
  2. Added extra state to handle clicks
  3. ...

People to loop in / review from
Use @ key to tag people to review from

RTC-13 and others added 30 commits March 3, 2023 21:03
Implementation of Code Editor
Added user input handling for Code Editor
Feat/code editor - Added worker scripts from `react-py`
Feat/React-py added Python code execution
Initial commit for Code Editor Styling
Conditional rendering
Fixes / Refactoring Code Editor
possible solution
Co-authored-by: jschanker <jschanker@molloy.edu>
Copy link

vercel bot commented Jun 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bhanwari-devi ❌ Failed (Inspect) Jun 27, 2024 6:14am
bhanwari-devi-old ❌ Failed (Inspect) Jun 27, 2024 6:14am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
meraki-dev ⬜️ Ignored (Inspect) Jun 27, 2024 6:14am

return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Verify the origin of the received message. See more on SonarCloud
return false;
}
function expose(obj, ep = globalThis, allowedOrigins = ["*"]) {
ep.addEventListener("message", function callback(ev) {

Check failure

Code scanning / SonarCloud

Origins should be verified during cross-origin communications High

Verify the origin of the received message. See more on SonarCloud
Copy link

sonarcloud bot commented Jun 27, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots
61.8% Duplication on New Code (required ≤ 3%)
D Security Rating on New Code (required ≥ A)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

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.

3 participants