-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add offline mode #60
base: master
Are you sure you want to change the base?
Add offline mode #60
Conversation
Hi! Thanks for your help =) |
It sets codemirror to readonly mode |
Do you want to edit code without runnable? What is your point? U can just use plain Codemirror library instead of kotlin-playground. So, we can add |
I use the |
Okay! Let's patch file with requests instead of adding a lot of conditions in several files) What do u think? |
You mean, pass |
Just add a condition to .monk file
why do you need to override completion method? |
Done already
I need the contrary: avoid overriding default CM autocomplete when it's known to be useless. Same for shortcuts |
Hey! I put |
This PR adds an ability to opt out of any communications with server.
Possible usecases are: strict content security policy, user data protection, offline support