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

Python Console style to prevent throtteling #775

Closed
wants to merge 3 commits into from

Conversation

enicolasgomez
Copy link
Contributor

No description provided.

// Define the style to hide the iframe by positioning it off-screen
const iframeStyle = {
position: 'absolute',
left: '-10000px',
Copy link
Member

Choose a reason for hiding this comment

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

I guess the goal is move this outside the visible part of the screen, in that case I would use window.innerWidth to get the screensize and move this outside that. Thx

@ddelpiano
Copy link
Member

@enicolasgomez could you please merge the latest development here? That should fix all the test except the save and open (failing for a known bug). Thanks!

@ddelpiano
Copy link
Member

@enicolasgomez is this PR redundant with #779 ?
Could you close this in case? Thx

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