Refresh?
Would you mind running an update? Let me know if I can help
@hangtwenty, you are welcome to run it yourself if you want. Do you need help/permissions/etc?
@denispeplin Oh right — I could run it and then submit a PR, right?
@hangtwenty , if I remember correctly, you can run a mix task and it will build and commit all changes to this repository. You can also add the mix task to a crontab. See instructions here: https://github.com/awesomerank/rank
I've sent you an invitation to become a collaborator of this repository, so you could actually commit the changes.
I forgot about this for a long time 🤦
There's an error when it tries to install certifi, and seemingly it's related to me using the wrong version of Elixir. I haven't dug in.
➜ mix deps.get
* Getting tentacat (https://github.com/denispeplin/tentacat.git)
remote: Enumerating objects: 1950, done.
remote: Total 1950 (delta 0), reused 0 (delta 0), pack-reused 1950
warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscore do not require quotes
/Users/ms/TheLab.nosync/all-on-schedule/rank/deps/tentacat/mix.exs:16
Failed to check for new Hex version
Failed to fetch record for 'hexpm/connection' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
Failed to fetch record for 'hexpm/httpoison' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
Failed to fetch record for 'hexpm/hackney' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
Failed to fetch record for 'hexpm/exjsx' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
Failed to fetch record for 'hexpm/gettext' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
Failed to fetch record for 'hexpm/combine' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
Failed to fetch record for 'hexpm/certifi' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
Failed to fetch record for 'hexpm/idna' from registry (using cache instead)
{:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet, [:inet], :closed}]}
** (Mix) Unknown package certifi in lockfile
I wanna learn Elixir (and Phoenix) eventually, but not ready to debug hexpm stuff at this point.
I might debug it sometime, hopefully I do it sooner than a year or two 😅
Memo: instead of using brew install elixir I should probably run this stuff in Docker so I can cut to the chase