You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like the explanation for the following should be in the FAQ.
The installation instructions cover a handful of packaged options, but if you don't use any of those it throws you at the following unexplained list, which is... a lot.
Some of it's pretty clear (e.g. "harper-firefox-plugin.zip"), others not so much (e.g. "gnu" being opposed to "musl" was completely meaningless to me).
Apparently musl is an alternative to glibc, so that makes sense with context.
"vsix" is apparently for Visual Studio.
"darwin" I happen to know is a MacOS thing.
The internet reckons that "AArch64" and "ARM64" are the same thing, so it's weird that they both appear. (And similarly for "x86-64" and "x64").
An annotated list in the FAQ would certainly make things simpler for new users.
As a starter, my interpretation is this:
harper-firefox-plugin.zip Web browser plugin for Mozilla Firefox
harper-chrome-plugin.zip Web browser plugin for Google Chrome
harper-cli-aarch64-apple-darwin.tar.gz harper-cli for MacOS with AArch64 (ARM64) CPU
harper-cli-aarch64-unknown-linux-gnu.tar.gz harper-cli for GNU/Linux with AArch64 (ARM64) CPU, and using glibc instead of musl
harper-cli-aarch64-unknown-linux-musl.tar.gz harper-cli for GNU/Linux with AArch64 (ARM64) CPU, and using musl instead of glibc
harper-cli-x86_64-apple-darwin.tar.gz harper-cli for MacOS with x86-64 (AMD64 / Intel64) CPU
harper-cli-x86_64-pc-windows-msvc.zip harper-cli for Microsoft Windows with x86-64 (AMD64 / Intel64) CPU
harper-cli-x86_64-unknown-linux-gnu.tar.gz harper-cli for GNU/Linux with x86-64 (AMD64 / Intel64) CPU, and using glibc instead of musl
harper-cli-x86_64-unknown-linux-musl.tar.gz harper-cli for GNU/Linux with x86-64 (AMD64 / Intel64) CPU, and using musl instead of glibc
harper-darwin-arm64-0.46.0.vsix Visual Studio plugin for MacOS with AArch64 (ARM64) CPU
harper-darwin-x64-0.46.0.vsix Visual Studio plugin for MacOS with x86-64 (AMD64 / Intel64) CPU
harper-linux-arm64-0.46.0.vsix Visual Studio plugin for GNU/Linux with AArch64 (ARM64) CPU
harper-linux-x64-0.46.0.vsix Visual Studio plugin for GNU/Linux with x86-64 (AMD64 / Intel64) CPU
harper-win32-x64-0.46.0.vsix Visual Studio plugin for Microsoft Windows with x86-64 (AMD64 / Intel64) CPU
harper-ls-aarch64-apple-darwin.tar.gz harper-ls for MacOS with AArch64 (ARM64) CPU
harper-ls-aarch64-unknown-linux-gnu.tar.gz harper-ls for GNU/Linux with AArch64 (ARM64) CPU, and using glibc instead of musl
harper-ls-aarch64-unknown-linux-musl.tar.gz harper-ls for GNU/Linux with AArch64 (ARM64) CPU, and using musl instead of glibc
harper-ls-x86_64-apple-darwin.tar.gz harper-ls for MacOS with x86-64 (AMD64 / Intel64) CPU
harper-ls-x86_64-pc-windows-msvc.zip harper-ls for with Microsoft Windows with x86-64 (AMD64 / Intel64) CPU
harper-ls-x86_64-unknown-linux-gnu.tar.gz harper-ls for GNU/Linux with x86-64 (AMD64 / Intel64) CPU, and using glibc instead of musl
harper-ls-x86_64-unknown-linux-musl.tar.gz harper-ls for GNU/Linux with x86-64 (AMD64 / Intel64) CPU, and using musl instead of glibc
harper.zip Source code as zip archive
Source code (tar.gz) Source code as tar.gz archive
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I feel like the explanation for the following should be in the FAQ.
The installation instructions cover a handful of packaged options, but if you don't use any of those it throws you at the following unexplained list, which is... a lot.
Some of it's pretty clear (e.g. "harper-firefox-plugin.zip"), others not so much (e.g. "gnu" being opposed to "musl" was completely meaningless to me).
Apparently musl is an alternative to glibc, so that makes sense with context.
"vsix" is apparently for Visual Studio.
"darwin" I happen to know is a MacOS thing.
The internet reckons that "AArch64" and "ARM64" are the same thing, so it's weird that they both appear. (And similarly for "x86-64" and "x64").
An annotated list in the FAQ would certainly make things simpler for new users.
As a starter, my interpretation is this:
Beta Was this translation helpful? Give feedback.
All reactions