Hello Dexter team,
What would you like to see?
A Dexter release for Intel Macs.
Why?
The homebrew tap formula for Dexter produces a no url error because Dexter only has ARM releases designed for the M series of MacBooks. This is a design restriction on your part and not necessarily a hardware one because I'm using Dexter on an Intel Mac.
Interestingly, I came to find out about Dexter via Zed Editor, which would always produce errors stating Dexter was missing, even when I was using other Elixir language servers.
So by providing an Intel release, you would make it easier for other Intel Mac/Zed Editor users who are probably facing the same error.
Alternatives considered
To get Dexter installed and working locally on my Intel Mac, I patched my local homebrew tap formula to use a normal Dexter release and built it from source, using go-build.
Surprisingly, I didn't even need mise to install the dependencies. Which means that it's possible to make it easier to build Dexter from source for users like me, even if you do not end up making an Intel release.
I'm looking forward to your thoughts on this. Thanks in advance!
Hello Dexter team,
What would you like to see?
A Dexter release for Intel Macs.
Why?
The homebrew tap formula for Dexter produces a
no urlerror because Dexter only has ARM releases designed for the M series of MacBooks. This is a design restriction on your part and not necessarily a hardware one because I'm using Dexter on an Intel Mac.Interestingly, I came to find out about Dexter via Zed Editor, which would always produce errors stating Dexter was missing, even when I was using other Elixir language servers.
So by providing an Intel release, you would make it easier for other Intel Mac/Zed Editor users who are probably facing the same error.
Alternatives considered
To get Dexter installed and working locally on my Intel Mac, I patched my local homebrew tap formula to use a normal Dexter release and built it from source, using
go-build.Surprisingly, I didn't even need
miseto install the dependencies. Which means that it's possible to make it easier to build Dexter from source for users like me, even if you do not end up making an Intel release.I'm looking forward to your thoughts on this. Thanks in advance!