Dave Lucia
Dave Lucia
@josevalim @chrismccord I have updated this PR to add support for connecting to nodes with a basename different than the host. To support this, I've extended the API to allow...
I'm running this branch in production and it works great! (Redacted IPs) ```elixir iex> Node.list() [ :"sauron-prod@fdaa:1:aaaaaaaaaaaaaaaaaaaaa:2", :"leaderboard-prod@fdaa:1:aaaaaaaaaaaaaaaaaaaaaa:2", :"leaderboard-prod@fdaa:1:aaaaaaaaaaaaaaaaaaaaaa:2" ] ```
For anyone interested in this feature, I encourage you to test it out! I've been running it in production for two weeks now without any issue
Hey @schrockwell 👋🏼 That all sounds well and good, however, I would personally just hardcode the queries in your TOML file, you shouldn't need to parse them given that they...
Sorry to ping you @chrismccord but is there anything holding up this PR besides being a low priority?
I'm also hitting this adding `:exla` to an existing project, CI running on https://ubicloud.com on a `ubicloud-standard-2` x86 machine. I'm purging all caches and if that doesn't clear the problem...
I think I found the source of my issue. I cache and compile dependencies in one job, then restore the cache and run the tests in another. It appears that...
I think im missing something here, but doesn't the global cache in ~/.cache still have a problem in CI workflows like mine? Unless you know that directory exists and explicitly...