Github does not fully work with FPR28
Greetings,
In particular, the "Code" download button does not work anymore and some other functionality does not work. Please advise.
N.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Cameron Kaiser on 29 Oct, 2020 02:18 AM
Unfortunately, this is because of code changes on Github's side. It requires
async/await
which we don't currently support and has been a long running project with lots of potential regressions.2 Posted by cym224 on 29 Oct, 2020 02:24 PM
Greetings, Cameron.
Thank you for your reply. So it looks like using the CLI henceforth.
Sincerely,
N.
Support Staff 3 Posted by Cameron Kaiser on 29 Oct, 2020 04:27 PM
Regrettably, yes. You'll note that TenFourFox is a Github project. We use it for issues and the wiki mainly; all SCM is done with
git
on the command line otherwise.