-
Notifications
You must be signed in to change notification settings - Fork 12
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
Numpy not loading in Fennec on LineageOS 17.1 #2
Comments
For some reason (maybe network) numpy isn't loaded in your case. Could you refresh to see if it goes normal (and optionally use F12 to check Network 4XX or 5XX)? I can reproduce it when I change Line 13 in c47b83a
Anyway I should provide a notification to show something is wrong. |
It repeatedly fails with Fennec F-Droid 96.3.0 on my LineageOS 17.1 phone - both with mobile data and with WLAN, but it works with that phone's default web browser (Chromium 89). For my tests, I have deactivated my Fennec add-ons. It also works on another phone (Android 12) with the same Fennec F-Droid version in the same WLAN. |
I tried Fennec F-Droid 96.3.0 on my HarmonyOS 2.0.0 (Android 10) and couldn't reproduce it either. I'll leave this issue open until a newer version of LineageOS and Fennec combination is confirmed to work. |
Input
plot(x=cos(t), y=sin(t))
How can it be better?
It should yield a plot instead of:
The text was updated successfully, but these errors were encountered: