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

Compiler doesn't work offline neither in PWA. #40

Open
swise0 opened this issue Jul 12, 2021 · 2 comments
Open

Compiler doesn't work offline neither in PWA. #40

swise0 opened this issue Jul 12, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@swise0
Copy link

swise0 commented Jul 12, 2021

Shifting compilation from online to client side is very crucial..
Otherwise it makes the PWA app useless...

Please allow the Service worker to handle compilation offline on the Client side once the resources are loaded..

@amoutonbrady
Copy link
Member

Right now the playground is in a good enough shape to be as accessible as possible to most users. On slow connection it might take a while on first load but then should be rather fine on subsequent ones.

Making it 100% offline requires quite some tinkering that I simply do not have the time to tackle as of now.

That being said, I'm 100% open to PR :)

@amoutonbrady amoutonbrady added enhancement New feature or request help wanted Extra attention is needed labels Jul 26, 2021
@swise0
Copy link
Author

swise0 commented Jul 27, 2021

I understand the first load is a bit slow.. but its not all that kind of a big deal.. my problem is after making changes to the code after going offline, i realized each compilation cycle per code change required some form of network access.. 😅.. anyway.. hoping it becomes 100% offline soon in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants