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

fix: temporary disable service worker #346

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

x1unix
Copy link
Owner

@x1unix x1unix commented Jul 1, 2024

v1 shipped a service worker that was generated by Create React App.

Main goal of SW was to provide offline experience for embedded Go interpreter (yaegi), but SW itself was often unreliable and refuse to update app.

Also, as Yaegi is not really maintained and doesn't support modern Go features that libraries like zap actively use under the hood - keeping SW doesn't make sense for now.

This PR disables SW until a new reliable one will be written from scratch.

@x1unix x1unix merged commit 2d416c2 into master Jul 1, 2024
1 check passed
@x1unix x1unix deleted the fix/disable-webworker branch July 1, 2024 02:43
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.

1 participant