-
Notifications
You must be signed in to change notification settings - Fork 17
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 #1076
Conversation
Implementation of Code Editor
Feat-CodeEditor-Start
Added user input handling for Code Editor
Feat-CodeEditor-InputHandling
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
reformat
Co-authored-by: jschanker <[email protected]>
feat: Quick hack to allow input at beginning of Python code
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
SonarCloud Quality Gate failed. 9 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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
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
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
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
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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
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
Closing for #1116 instead |
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 :
People to loop in / review from
Use
@
key to tag people to review from