Louis Pilfold

Results 1855 comments of Louis Pilfold

> I simply collect all the dependencies from all path deps recursively, and check if all those are present in the manifest. That's it. > > It doesn't store it...

I'm going to close this due to inactivity, but please feel free to reopen! Thank you

Would be useful in future for sure! ### Context for readers Kai and had a chat about this on discord and opted to use presigned S3 URLs instead as it...

This would require some visual design work, and we currently don't have anyone with that skill set. If you are able to help do let us know!

OK! A good first step could be to add functionality to the site to get the download counts periodically, so we know the latest values.

Hex now has build tool filtering, so we can get this information more easily 🎉 https://hex.pm/api/packages?search=build_tool%3Agleam&sort=recent_downloads edit: OK! The package site now syncs download counts twice a day.

Good idea @sbergen! I wonder if there's any further improvements we could make to those types...

What are some uses you have for decoding the exit reason? > If we also added exit(ExitReason) we'd be more in line with the Erlang exit/1 and exit/2 semantics, as...

It sounds like a mistake to me to be using non-local error handling in such a fine-grained way. > I know, but as I pointed out in https://github.com/gleam-lang/erlang/pull/67, the string...

OK, I am convinced @sbergen ! I have merged your changes into this branch. :)