-
Notifications
You must be signed in to change notification settings - Fork 161
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
Javascript minor fixes to enable backward compatibility to iPad2 #208
Conversation
Thanks for your contribution. |
Going back to es5 is no option in my opinion. Use a transpiler or install some kind of modern browser to your device. We can't support every legacy device and it would prohibit further development. |
That's ok and I'm not asking for to implement backward compatibility. I was looking for a use-case of old equipement (iPad2) to be able to reuse instead of just dump and buy new. Thanks for the product and thanks for the effort to build and maintain, I really appreciate all your work. Let me close this conversation here, thanks for taking the time to go through it. |
I also want to use my iPad2 for the photo box. Unfortunately I don't understand how and where I have to change something. Could you please give instructions on which commands to use to change what and where. Thanks a lot! |
@Sockenfisch you can use the package provided here if you like andi34#47 |
@andi34 thanks for maintaining this package 👍 |
Hallo,
vielen Dank,
ich Benötige weiterhin Hile:
1. Es wird angezeigt das ein Update verfügbar ist. Mit welchen befehlen
kann ich dieses tun?
"Aktuelle Version: 2.1.0-alpha - Verfügbare Version: 2.1.0"
Ich habe bei https://github.com/andi34/photobooth Releases 17
<https://github.com/andi34/photobooth/releases> v2.6.0Latest gefunden
wie installiert man das?
i
2. zum Thema Pad 2/3 Kompatibilität # 47
Ich komme nicht klar,
bei der 1.Variante kommt ein Fehler:
pi@Fotobox:~ $ cd /var/www/html
pi@Fotobox:/var/www/html $ sudo -u www-data -s
www-data@Fotobox:~/html$ git fetch origin
www-data@Fotobox:~/html$ git checkout origin/ipad2
error: Pfadspezifikation 'origin/ipad2' stimmt mit keinen git-bekannten
Dateien überein.
mit der 2.Variante komme ich auch nicht zurecht
sudo bash update-booth.sh "/var/www/html
Vielen Dank!
Am Sa., 20. Juni 2020 um 17:40 Uhr schrieb jacques42 <
[email protected]>:
… @andi34 <https://github.com/andi34> thanks for maintaining this package 👍
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#208 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXN7DR2N4IKC4ZKCSNQRGTRXTJ7LANCNFSM4JZEIRIA>
.
|
Hättest gerne auch da fragen können.
Die v2.6.0 wäre über
verfügbar. Die restlichen git - Befehle wie gehabt. |
Vielen Dank!
Am Mo., 13. Juli 2020 um 19:29 Uhr schrieb Andreas Blaesius <
[email protected]>:
… Hättest gerne auch da fragen können.
Dein "Origin" ) liegt wahrscheinlich hier auf dem Repo. Kannst du mit git
remote -v nachschauen.
Aber geht ganz einfach:
cd /var/www/html
sudo -u www-data -s
git remote add andi34 https://github.com/andi34/photobooth
git fetch andi34
git checkout andi34/ipad2
git submodule update --init
yarn install
yarn build
exit
Die v2.6.0 wäre über
git checkout andi34/stable2
verfügbar. Die restlichen git - Befehle wie gehabt.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#208 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXN7DRJ43Q2MGK7TKCB3I3R3M777ANCNFSM4JZEIRIA>
.
|
In reference to issue "Backward compatibility: iPad2 / iOS 9.3.5" #207